View Source AshAuthentication.Strategy.Apple (ash_authentication v4.0.4)

Strategy for authenticating using Apple Sign In

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

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

  • client_id
  • team_id
  • private_key_id
  • private_key_path
  • redirect_uri

More documentation:

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.