Skip to content

Release v4.0.2

Compare
Choose a tag to compare
@jimsynz jimsynz released this 05 Aug 03:37
· 95 commits to main since this release
2618f8a

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