ash_authentication/test/ash_authentication
2022-11-10 14:47:06 +13:00
..
jwt feat(PasswordAuthentication): Registration and authentication with local credentials (#4) 2022-10-25 11:07:07 +13:00
password_authentication feat(PasswordReset): allow users to request and reset their password. (#22) 2022-11-02 18:18:20 +13:00
plug feat(Confirmation): Add extension that allows a user to be confirmed when created or updated. (#27) 2022-11-04 21:05:47 +13:00
confirmation_test.exs feat(Confirmation): Add extension that allows a user to be confirmed when created or updated. (#27) 2022-11-04 21:05:47 +13:00
jwt_test.exs feat(PasswordAuthentication): Registration and authentication with local credentials (#4) 2022-10-25 11:07:07 +13:00
oauth2_authentication_text.exs feat(OAuth2Authentication): Add support for generic OAuth2 endpoints. (#28) 2022-11-10 14:47:06 +13:00
password_reset_test.exs feat(Confirmation): Add extension that allows a user to be confirmed when created or updated. (#27) 2022-11-04 21:05:47 +13:00
plug_test.exs fix(PasswordReset): Generate the reset token using the target action, not the source action. (#25) 2022-11-04 11:24:33 +13:00
token_revocation_test.exs feat(PasswordAuthentication): Registration and authentication with local credentials (#4) 2022-10-25 11:07:07 +13:00