Versions Compared

Key

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

To build a secure implementation of the authentication functionalityContent Type kind: Authentication Type  in a theme or site, follow this checklist. And make sure you implement/test every step correctly.

If you have any questions, feel free to ask a question in the communitythe community, or submit or submit a ticket if ticket if you think you encountered a bug.

...

If you want to allow visitors to register independently, also implement the 'new' action.

Check the authentication type docsContent Type kind: Authentication Type  to see what theme files and tags should be implemented for each action.

...

Code Block
{% authenticate "dealers" %}

The pages where the "authentication_edit_form" tag is implemented should always require authentication.

...

  1. Implement the rendering of 

Authentication Object propertiesauthentication properties

Put {{authentication.current_dealer.email}} in your header for example.

...