authentic/tests
Benjamin Dauvergne 2e5ac496b8 keep authentication context (fixes #21908)
- simplify and reorganize login templates,
- URL are not built inside templates anymore,
- we have now 3 different templates:
  - login.html for the login page
  - registration.html for the registration page
  - linking.html for the account page
- using feature from #25623, authentication_method is kept by the
  registration view.
- the service slug is correctly threaded between every views.
- explanations about FranceConnect are now done in a common template
  "explanation.html".
- restore popup mode, use it through setting A2_FC_POPUP=True, it works
  for:
  - login and login with registration (workflow for login with
    registration is a bit complicated),
  - registration,
  - and linking (linking your existing to FC through the "My account"
   page)
  unlinking is not handled with a popup.
2018-09-18 17:54:36 +02:00
..
conftest.py keep authentication context (fixes #21908) 2018-09-18 17:54:36 +02:00
settings.py validate id_token 2017-06-15 18:46:27 +02:00
test_api.py api: add franceconnect information to user's API when ?full is used (fixes #21962) 2018-02-20 11:10:06 +01:00
test_auth_fc.py keep authentication context (fixes #21908) 2018-09-18 17:54:36 +02:00