Skip to content

Releases: team-alembic/ash_authentication

v3.11.13

22 Sep 00:23
Compare
Choose a tag to compare
release v3.11.13

[v3.11.13](https://github.com/team-alembic/ash_authentication/compare/v3.11.12...v3.11.13) (2023-09-22)
Improvements:
* Allow all token lifetimes to be specified with a time unit.

v3.11.12

21 Sep 21:46
Compare
Choose a tag to compare
release v3.11.12

[v3.11.12](https://github.com/team-alembic/ash_authentication/compare/v3.11.11...v3.11.12) (2023-09-21)
Bug Fixes:
* include `finch` in the dependencies.
* deprecated mint httpadapter (#425)

v3.11.11

21 Sep 21:19
Compare
Choose a tag to compare
release v3.11.11

[v3.11.11](https://github.com/team-alembic/ash_authentication/compare/v3.11.10...v3.11.11) (2023-09-20)
Improvements:
* assign the token record to the connection assigns (#426)

v3.11.10

18 Sep 22:22
Compare
Choose a tag to compare
release v3.11.10

[v3.11.10](https://github.com/team-alembic/ash_authentication/compare/v3.11.9...v3.11.10) (2023-09-18)
Bug Fixes:
* only use sign in token expiration for sign in tokens (#424)

v3.11.9

17 Sep 23:42
Compare
Choose a tag to compare
release v3.11.9

[v3.11.9](https://github.com/team-alembic/ash_authentication/compare/v3.11.8...v3.11.9) (2023-09-17)
Bug Fixes:
* support generating tokens for other strategies.
Improvements:
* support generating sign in tokens on register (#421)
* support generating sign in tokens on register

v3.11.8

16 Aug 21:23
Compare
Choose a tag to compare
release v3.11.8

[v3.11.8](https://github.com/team-alembic/ash_authentication/compare/v3.11.7...v3.11.8) (2023-08-16)
Bug Fixes:
* correct spec for `Jwt.token_for_user` (#389)

v3.11.7

14 Jul 01:57
Compare
Choose a tag to compare
release v3.11.7

[v3.11.7](https://github.com/team-alembic/ash_authentication/compare/v3.11.6...v3.11.7) (2023-07-14)
Bug Fixes:
* ensure that the `current_` atom exists at compile time. (#359)

v3.11.6

23 Jun 03:16
Compare
Choose a tag to compare
release v3.11.6

[v3.11.6](https://github.com/team-alembic/ash_authentication/compare/v3.11.5...v3.11.6) (2023-06-23)
Bug Fixes:
* fix Logger deprecations for elixir 1.15 (#343)

v3.11.5

18 Jun 22:39
Compare
Choose a tag to compare
release v3.11.5

[v3.11.5](https://github.com/team-alembic/ash_authentication/compare/v3.11.4...v3.11.5) (2023-06-18)
Bug Fixes:
* ConfirmationHookChange: use `Info.find_strategy/2..3` rather than a hard coded strategy name. (#336)

v3.11.4

15 Jun 00:35
Compare
Choose a tag to compare
release v3.11.4

[v3.11.4](https://github.com/team-alembic/ash_authentication/compare/v3.11.3...v3.11.4) (2023-06-15)
Bug Fixes:
* primary keys are implicitly uniquely constrained. (#333)