ash_authentication/test/ash_authentication
James Harton 7b607896eb
improvement: Allow all token lifetimes to be specified with a time unit.
Now any DSL option which allows the configuring of a token lifetime
can take _either_ a positive integer in it's previous default unit
or a tuple containing a positive integer and a unit.

Closes #376.

Additionally includes switching the resettable entity to being a singleton since that
feature didn't exist when I started.
2023-09-22 12:15:47 +12:00
..
add_ons/confirmation improvement(TokenResource)!: Store the token subject in the token resource. (#133) 2023-01-13 17:21:57 +13:00
jwt improvement(TokenResource)!: Move TokenRevocation -> TokenResource. 2022-12-01 08:41:49 +13:00
plug improvement: assign the token record to the connection assigns (#426) 2023-09-20 14:08:57 +12:00
strategies improvement: Allow all token lifetimes to be specified with a time unit. 2023-09-22 12:15:47 +12:00
token_resource improvement(Confirmation): Store confirmation changes in the token resource. 2022-12-05 10:48:23 +13:00
bcrypt_provider_test.exs improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00
jwt_test.exs fix: fix failing JWT tests because of bad version regex. 2023-03-07 09:51:33 +13:00
plug_test.exs improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00
strategy_test.exs improvement!: Major redesign of DSL and code structure. (#35) 2022-11-23 09:09:41 +13:00
token_resource_test.exs improvement(Confirmation): Store confirmation changes in the token resource. 2022-12-05 10:48:23 +13:00