mix ash_authentication.add_strategy.apple
(ash_authentication v5.0.0-rc.4)
Copy Markdown
View Source
Adds Apple Sign In authentication to your user resource
Apple Sign In uses a private key for authentication instead of a client secret. You will need to generate a key in the Apple Developer portal.
Example
mix ash_authentication.add_strategy.apple
Options
--user,-u- The user resource. Defaults toYourApp.Accounts.User--accounts,-a- The accounts domain. Defaults toYourApp.Accounts--identity-field,-i- The field used to identify the user. Defaults toemail
Summary
Functions
Callback implementation for Igniter.Mix.Task.igniter/1.
Functions
Callback implementation for Igniter.Mix.Task.igniter/1.