View Source AshAuthentication.Strategy.Auth0 (ash_authentication v3.12.4)

Strategy for authenticating using Auth0.

This strategy builds on-top of AshAuthentication.Strategy.OAuth2 and assent.

In order to use Auth0 you need to provide the following minimum configuration:

  • client_id
  • redirect_uri
  • client_secret
  • site

See the Auth0 quickstart guide for more information.

Summary

Functions

Link to this function

transform(entity, dsl_state)

View Source

Callback implementation for AshAuthentication.Strategy.Custom.transform/2.

Link to this function

verify(strategy, dsl_state)

View Source

Callback implementation for AshAuthentication.Strategy.Custom.verify/2.