Skip to content

Releases: team-alembic/ash_authentication

release v3.6.1

15 Jan 19:59
Compare
Choose a tag to compare

v3.6.1 (2023-01-15)

Bug Fixes:

  • don't call hash_provider.valid? on nil values (#135)

  • use configured hashed_password_field

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

15 Jan 19:51
Compare
Choose a tag to compare

v3.6.0 (2023-01-13)

Breaking Changes:

  • TokenResource: Store the token subject in the token resource. (#133)

  • TokenResource: Store the token subject in the token resource.

Bug Fixes:

  • don't call hash_provider.valid? on nil values (#135)

  • use configured hashed_password_field

release v3.5.3

13 Jan 01:31
Compare
Choose a tag to compare

v3.5.3 (2023-01-13)

Bug Fixes:

  • Confirmation: send the original changeset to confirmation senders. (#132)

release v3.5.2

13 Jan 01:30
Compare
Choose a tag to compare

v3.5.2 (2023-01-12)

Improvements:

  • add user context when creating tokens (#129)

release v3.5.1

12 Jan 05:03
Compare
Choose a tag to compare

v3.5.1 (2023-01-12)

Bug Fixes:

  • missing icons in OAuth2 strategies. (#126)

release v3.5.0

12 Jan 04:38
Compare
Choose a tag to compare

v3.5.0 (2023-01-12)

Breaking Changes:

  • GitHub: Add GitHub authentication strategy. (#125)

release v3.3.1

09 Jan 21:43
Compare
Choose a tag to compare

v3.3.1 (2023-01-09)

Improvements:

  • Set Ash actor and tenant when executing internal plugs. (#115)

release v3.3.0

09 Jan 21:29
Compare
Choose a tag to compare

v3.3.0 (2023-01-09)

Features:

  • Make strategy names optional where possible. (#113)

release v3.2.2

09 Jan 21:19
Compare
Choose a tag to compare

v3.2.2 (2023-01-08)

Improvements:

  • Allow the strategy name to be passed for password validations and changes. (#102)

release v3.2.1

16 Dec 01:45
Compare
Choose a tag to compare

v3.2.1 (2022-12-16)
Improvements:

  • add icon field to OAuth2 strategy. (#100)