Skip to content

Releases: team-alembic/ash_authentication

v3.10.2

06 Mar 21:48
Compare
Choose a tag to compare
release v3.10.2

[v3.10.2](https://github.com/team-alembic/ash_authentication/compare/v3.10.1...v3.10.2) (2023-03-06)
Bug Fixes:
* respect `identity_relationship_user_id_attribute` on `Strategy.OAuth2.IdentityChange` (#213)

v3.10.1

06 Mar 20:57
Compare
Choose a tag to compare
release v3.10.1

[v3.10.1](https://github.com/team-alembic/ash_authentication/compare/v3.10.0...v3.10.1) (2023-03-06)
Bug Fixes:
* fix failing JWT tests because of bad version regex.

v3.10.0

04 Mar 06:57
Compare
Choose a tag to compare
release v3.10.0

[v3.10.0](https://github.com/team-alembic/ash_authentication/compare/v3.9.6...v3.10.0) (2023-03-04)
Breaking Changes:
* Configure accepted fields on register (#219)

v3.9.6

01 Mar 23:38
Compare
Choose a tag to compare
release v3.9.6

[v3.9.6](https://github.com/team-alembic/ash_authentication/compare/v3.9.5...v3.9.6) (2023-03-01)
Improvements:
* allow registration and sign in to be disabled on password strategies. (#218)

v3.9.5

23 Feb 07:44
Compare
Choose a tag to compare
release v3.9.5

[v3.9.5](https://github.com/team-alembic/ash_authentication/compare/v3.9.4...v3.9.5) (2023-02-23)
Improvements:
* support multiple otp apps w/resources (#209)

v3.9.4

22 Feb 03:41
Compare
Choose a tag to compare
release v3.9.4

[v3.9.4](https://github.com/team-alembic/ash_authentication/compare/v3.9.3...v3.9.4) (2023-02-22)
Improvements:
* PasswordConfirmationValidation: allow `strategy_name` to be passed as an option. (#208)

v3.9.3

19 Feb 21:07
Compare
Choose a tag to compare
release v3.9.3

[v3.9.3](https://github.com/team-alembic/ash_authentication/compare/v3.9.2...v3.9.3) (2023-02-19)
Bug Fixes:
* sign in preparation without identity resource (#198)

v3.9.2

12 Feb 23:00
Compare
Choose a tag to compare
release v3.9.2

[v3.9.2](https://github.com/team-alembic/ash_authentication/compare/v3.9.1...v3.9.2) (2023-02-12)
Bug Fixes:
* Password.Transformer: don't force users to define a `hashed_password` argument to the register action. (#192)

release v3.9.1

12 Feb 08:33
Compare
Choose a tag to compare

v3.9.1 (2023-02-12)

Bug Fixes:

  • select hashed_password on sign in preparation

  • don't allow special purpose tokens to be used for sign in. (#191)

Improvements:

  • add select_for_senders (#189)

  • add select_for_senders

  • include metadata declaration on register action

v3.9.0

09 Feb 18:16
Compare
Choose a tag to compare
release v3.9.0

[v3.9.0](https://github.com/team-alembic/ash_authentication/compare/v3.8.0...v3.9.0) (2023-02-09)
Features:
* Add new "magic link" authentication strategy. (#184)
Bug Fixes:
* validate uniqueness of strategy names. (#185)
* resources can appear in multiple apis, so we need to uniq them here (#169)
* put_add_on/2 was putting into strategies
Improvements:
* Strategy.Custom: handle custom strategies as extensions. (#183)
* improve error message for badly formed token secrets (#181)
* add metadata declarations to actions that have a `token` (#164)
* validate signing secret is a string (#163)