ash_authentication/priv/repo/migrations
James Harton 1c8f138c67
improvement!: Major redesign of DSL and code structure. (#35)
Highlights:

* Replaced `AshAuthentication.Provider` with the much more flexible `AshAuthentication.Strategy`.
* Moved strategies to within the `authentication` DSL using entities and removed excess extensions.
* Added a lot more documentation and test coverage.
2022-11-23 09:09:41 +13:00
..
20221002235524_install_2_extensions.exs feat(PasswordAuthentication): Registration and authentication with local credentials (#4) 2022-10-25 11:07:07 +13:00
20221002235526_migrate_resources1.exs improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00
20221020042559_add_token_revocation_table.exs improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00
20221104032457_add_confirmed_at_to_user_wuth_username.exs improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00
20221107021255_remove_non_null_from_hashed_password.exs improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00
20221109212946_add_user_identitis_table.exs improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00