Skip to content

Releases: nhost/hasura-auth

v0.29.1

12 Apr 08:24
7b6c5fb
Compare
Choose a tag to compare

Changes

v0.29.0

08 Apr 11:52
94dbc53
Compare
Choose a tag to compare

Changes

v0.28.1

05 Apr 10:18
e08950c
Compare
Choose a tag to compare

Changes

v0.28.0

03 Apr 14:55
b7903c6
Compare
Choose a tag to compare

Changes

v0.27.0

06 Mar 08:59
45315c7
Compare
Choose a tag to compare

Changes

0.26.0

13 Feb 18:27
6534613
Compare
Choose a tag to compare

Minor Changes

  • 0c52594: feat: added AUTH_REQUIRE_ELEVATED_CLAIM to require elevated permissions for certain action

0.25.0

06 Feb 12:57
b865c27
Compare
Choose a tag to compare

Minor Changes

  • 93abd35: feat: added endpoint to "elevate" permissions using webauthn

Patch Changes

  • fcec7fa: chore: update dependencies
  • 27aeca6: fix: replace helper.error with helper.message due to joi's breaking changes

0.24.1

11 Jan 12:17
8d45497
Compare
Choose a tag to compare

Patch Changes

  • 68aa985: chore: add pnpm audit to the CI and update deps
  • 00b3994: Adding an index on refresh_tokens to increase performances
  • 011516e: fix: parse stringified metadata during oauth callback

0.24.0

28 Nov 10:45
19316ad
Compare
Choose a tag to compare

Minor Changes

  • 634f2bf: feat: add AUTH_WEBAUTHN_RP_ID environment variable

Patch Changes

  • 2e3096c: fix: conceal error if AUTH_CONCEAL_ERRORS is set

0.23.0

16 Nov 12:35
b6b1afd
Compare
Choose a tag to compare

Minor Changes

  • cd8c786: feat: add option to disable user sign-up through AUTH_DISABLE_SIGNUP

Patch Changes

  • 003cfd6: fix: make sure existing modified permissions are not overwritten
  • 15459a9: fix: use empty as AUTH_API_PREFIX default value
  • ffba7d8: fix: move catch-all route-not-found handler to root