Releases: team-alembic/ash_authentication
Releases · team-alembic/ash_authentication
release v3.6.1
v3.6.1 (2023-01-15)
Bug Fixes:
Improvements:
-
set confirmed field to nil
, for reconfirmation (#136)
-
set confirmed field to nil
, for reconfirmation
-
only change confirmed_at_field
if its not changing, and only on updates
release v3.6.0
v3.6.0 (2023-01-13)
Breaking Changes:
Bug Fixes:
release v3.5.3
v3.5.3 (2023-01-13)
Bug Fixes:
- Confirmation: send the original changeset to confirmation senders. (#132)
release v3.5.2
v3.5.2 (2023-01-12)
Improvements:
- add user context when creating tokens (#129)
release v3.5.1
v3.5.1 (2023-01-12)
Bug Fixes:
- missing icons in OAuth2 strategies. (#126)
release v3.5.0
v3.5.0 (2023-01-12)
Breaking Changes:
- GitHub: Add GitHub authentication strategy. (#125)
release v3.3.1
v3.3.1 (2023-01-09)
Improvements:
- Set Ash actor and tenant when executing internal plugs. (#115)
release v3.3.0
v3.3.0 (2023-01-09)
Features:
- Make strategy names optional where possible. (#113)
release v3.2.2
v3.2.2 (2023-01-08)
Improvements:
- Allow the strategy name to be passed for password validations and changes. (#102)
release v3.2.1
v3.2.1 (2022-12-16)
Improvements:
- add
icon
field to OAuth2 strategy. (#100)