Skip to content

Releases: team-alembic/ash_authentication

release v4.0.4

01 Sep 21:38
716f0b7
Compare
Choose a tag to compare

Bug Fixes:

  • update types and formatter

  • add secret values to config

  • sort new fields

  • sort new types

  • properly set allow_nil for apple secrets

  • credo and sobelow warnings

Improvements:

  • add apple strategy (#750)

  • add apple strategy

Release v4.0.2

05 Aug 03:37
2618f8a
Compare
Choose a tag to compare

Bug Fixes:

  • only pass the "token" parameter to reset with token action (#748)

  • handle case where action.accept is nil

Improvements:

  • validate that tokens are enabled when password resets are enabled. (#758)

  • compile-time check to make sure that the configured token_resource is an Ash.Resource (#749)

  • Tokens: improved compile-time validation of the token_resource option of the tokens DSL by checking that the passed value is an Ash.Resource.

  • Tokens: removed unnecessary stuff from the test file.

  • Tokens: fixed credo warning and changed some things after PR feedback

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)