Releases: team-alembic/ash_authentication
Releases · team-alembic/ash_authentication
release v4.0.4
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:
Release v4.0.2
Bug Fixes:
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
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
v3.12.2
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
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
Features:
Bug Fixes:
Improvements:
- Change redirect_uri secret to be more flexible (#473)
v3.11.16
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
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
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)