Skip to content

Releases: team-alembic/ash_authentication

v3.12.4

11 Mar 03:11
Compare
Choose a tag to compare
release v3.12.4

[v3.12.4](https://github.com/team-alembic/ash_authentication/compare/v3.12.3...v3.12.4) (2024-03-11)
Improvements:
* infer `api` from a resource

release v3.12.3

20 Feb 21:04
30fd2ca
Compare
Choose a tag to compare

v3.12.3 (2024-02-20)

v3.12.2

30 Jan 21:37
Compare
Choose a tag to compare
release v3.12.2

[v3.12.2](https://github.com/team-alembic/ash_authentication/compare/v3.12.1...v3.12.2) (2024-01-30)
Bug Fixes:
* deps: mark ash_postgres as optional
Improvements:
* support atom keys for uid in addition to strings (#556)

v3.12.1

25 Jan 15:54
Compare
Choose a tag to compare
release v3.12.1

[v3.12.1](https://github.com/team-alembic/ash_authentication/compare/v3.12.0...v3.12.1) (2024-01-25)
Improvements:
* support atom keys for uid in addition to strings (#556)

v3.12.0

21 Nov 22:12
0f9278c
Compare
Choose a tag to compare

v3.12.0 (2023-11-21)

Features:

  • Add Google strategy (#474)

  • Add Google strategy

Bug Fixes:

  • include Google strategy cheat sheet

  • Add documentation grouping for Google strategy

Improvements:

  • Change redirect_uri secret to be more flexible (#473)

v3.11.16

25 Oct 22:19
Compare
Choose a tag to compare
release v3.11.16

[v3.11.16](https://github.com/team-alembic/ash_authentication/compare/v3.11.15...v3.11.16) (2023-10-25)
Bug Fixes:
* Change overwriting of refresh_token to not overwrite them with nil (#483)
Improvements:
* Add id as an option for sourcing uid for UserIdentity (#481)

v3.11.15

22 Sep 11:42
Compare
Choose a tag to compare
release v3.11.15

[v3.11.15](https://github.com/team-alembic/ash_authentication/compare/v3.11.14...v3.11.15) (2023-09-22)
Bug Fixes:
* ensure we aren't calling `Map.take` on `nil`

v3.11.14

22 Sep 01:54
Compare
Choose a tag to compare
release v3.11.14

[v3.11.14](https://github.com/team-alembic/ash_authentication/compare/v3.11.13...v3.11.14) (2023-09-22)
Bug Fixes:
* TokenResource: don't silently drop notifications about token removal. (#432)

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)