Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each of this attributes return a path to a specific authentication template(except for logout_path, which is can be used to logout the user using a DELETE request to it. This is simplified using the authentication_logout_form )

Example:

input:

Code Block
<a href="{{authentication.authentication_types.dealers.login_path}}">Login</a>

...