ash_authentication/test/support/example
James Harton 53ff256391
feat: OpenID Connect Strategy (#197)
* feat(AshAuthentication.Strategy.Oidc): Add OpenID Connect strategy.

* chore(CI): disable the workflow on pull request event, since it's covered by push.
2023-05-04 13:15:24 +12:00
..
auth_plug.ex feat: Add token-required-for-authentication feature. (#116) 2023-01-11 15:12:53 +13:00
current_user_read.ex feat(Ash.PlugHelpers): Support standard actor configuration. (#16) 2022-10-31 16:43:00 +13:00
generic_oauth_change.ex feat: Add support and documentation for custom strategies. (#154) 2023-01-30 13:16:37 +13:00
only_marties_at_the_party.ex feat: OpenID Connect Strategy (#197) 2023-05-04 13:15:24 +12:00
registry.ex feat: Add token-required-for-authentication feature. (#116) 2023-01-11 15:12:53 +13:00
repo.ex feat(PasswordAuthentication): Registration and authentication with local credentials (#4) 2022-10-25 11:07:07 +13:00
schema.ex improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00
token.ex improvement(TokenResource)!: Move TokenRevocation -> TokenResource. 2022-12-01 08:41:49 +13:00
user.ex feat: OpenID Connect Strategy (#197) 2023-05-04 13:15:24 +12:00
user_identity.ex improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00
user_with_token_required.ex fix: don't allow special purpose tokens to be used for sign in. (#191) 2023-02-12 21:14:16 +13:00