Skip to content

Tags: team-alembic/ash_authentication

Tags

v4.0.4

Toggle v4.0.4's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
release v4.0.4

[v4.0.4](v4.0.3...v4.0.4) (2024-09-01)
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:
* add apple strategy (#750)
* add apple strategy

v4.0.3

Toggle v4.0.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
release v4.0.3

[v4.0.3](v4.0.2...v4.0.3) (2024-08-22)
Bug Fixes:
* allow overriding strategy defaults (#766)
* bug where `nil` is not allowed but is returned from secret functions.
* add back in accidentally removed debug errors code (#768)
* set options earlier in magic link/oauth2
Improvements:
* avoid warning about comparison with `nil`
* set context in addition to tenant
* use `no_depend_modules` for better compile dependencies
* enable custom `http_adapters` (#760)

v4.0.2

Toggle v4.0.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
release v4.0.2

[v4.0.2](v4.0.1...v4.0.2) (2024-08-05)
Bug Fixes:
* only pass the "token" parameter to reset with token action (#748)
* handle case where `action.accept` is `nil`
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

v4.0.1

Toggle v4.0.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
release v4.0.1

[v4.0.1](v4.0.0...v4.0.1) (2024-06-11)
Bug Fixes:
* no need to `allow_nil_input` for an unaccepted field
* correctly generate sign-in tokens when requested.
* ensure tenant is set when revoking tokens and on changeset for updating
* broken links in readme (#692)
* broken links
* bug in tokens required verifier.

v4.0.0

Toggle v4.0.0's commit message
chore: release version 4.0.0

v4.0.0-rc.7

Toggle v4.0.0-rc.7's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
release v4.0.0-rc.7

v4.0.0-rc.6

Toggle v4.0.0-rc.6's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
release v4.0.0-rc.6

[v4.0.0-rc.6](v4.0.0-rc.5...v4.0.0-rc.6) (2024-04-11)
Improvements:
* OIDC: Adjust dsl of OIDC reflect assent requirements (#538)

v4.0.0-rc.5

Toggle v4.0.0-rc.5's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
release v4.0.0-rc.5

v4.0.0-rc.4

Toggle v4.0.0-rc.4's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
release v4.0.0-rc.4

[v4.0.0-rc.4](v4.0.0-rc.3...v4.0.0-rc.4) (2024-04-09)
Improvements:
* Use `Ash` functions instead of generated domain functions.

v4.0.0-rc.3

Toggle v4.0.0-rc.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
release v4.0.0-rc.3

[v4.0.0-rc.3](v4.0.0-rc.2...v4.0.0-rc.3) (2024-04-08)
Bug Fixes:
* Confirmation: Only allow the confirmation token to be used once. (#623)