Skip to content

Releases: team-alembic/ash_authentication

v3.7.9

09 Feb 02:41
Compare
Choose a tag to compare
release v3.7.9

[v3.7.9](https://github.com/team-alembic/ash_authentication/compare/v3.7.8...v3.7.9) (2023-02-09)
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)

v3.7.8

08 Feb 03:24
Compare
Choose a tag to compare
release v3.7.8

[v3.7.8](https://github.com/team-alembic/ash_authentication/compare/v3.7.7...v3.7.8) (2023-02-08)
Bug Fixes:
* 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)

v3.8.0

09 Feb 08:11
Compare
Choose a tag to compare
release v3.8.0

[v3.8.0](https://github.com/team-alembic/ash_authentication/compare/v3.7.3...v3.8.0) (2023-01-30)
Features:
* Add support and documentation for custom strategies. (#154)

v3.7.6

30 Jan 23:21
Compare
Choose a tag to compare
release v3.7.6

[v3.7.6](https://github.com/team-alembic/ash_authentication/compare/v3.7.5...v3.7.6) (2023-01-30)
Bug Fixes:
* resources can appear in multiple apis, so we need to uniq them here (#169)
* put_add_on/2 was putting into strategies
Improvements:
* add metadata declarations to actions that have a `token` (#164)
* validate signing secret is a string (#163)

v3.7.5

30 Jan 01:46
Compare
Choose a tag to compare
release v3.7.5

[v3.7.5](https://github.com/team-alembic/ash_authentication/compare/v3.7.4...v3.7.5) (2023-01-30)
Improvements:
* add metadata declarations to actions that have a `token` (#164)
* validate signing secret is a string (#163)

v3.7.4

30 Jan 00:24
Compare
Choose a tag to compare
release v3.7.4

[v3.7.4](https://github.com/team-alembic/ash_authentication/compare/v3.7.3...v3.7.4) (2023-01-30)
Improvements:
* validate signing secret is a string (#163)

v3.7.3

18 Jan 23:08
Compare
Choose a tag to compare
release v3.7.3

[v3.7.3](https://github.com/team-alembic/ash_authentication/compare/v3.7.2...v3.7.3) (2023-01-18)
Bug Fixes:
* Password: validate fields using both methods of allowing nil input. (#151)

v3.7.2

18 Jan 22:39
Compare
Choose a tag to compare
release v3.7.2

[v3.7.2](https://github.com/team-alembic/ash_authentication/compare/v3.7.1...v3.7.2) (2023-01-18)
Improvements:
* AuthenticationFailed: store a `caused_by` value in authentication failures. (#145)

v3.7.1

18 Jan 07:27
Compare
Choose a tag to compare
release v3.7.1

[v3.7.1](https://github.com/team-alembic/ash_authentication/compare/v3.7.0...v3.7.1) (2023-01-18)
Improvements:
* update ash & switch to new docs patterns (#146)

v3.7.0

18 Jan 01:52
Compare
Choose a tag to compare
release v3.7.0

[v3.7.0](https://github.com/team-alembic/ash_authentication/compare/v3.6.1...v3.7.0) (2023-01-18)
Features:
* PasswordValidation: Add a validation which can check a password. (#144)