Skip to content

Releases: nhost/hasura-auth

v0.29.3

30 Apr 14:38
8bb4dcf
Compare
Choose a tag to compare

Changes

v0.29.2

22 Apr 12:42
a6d3f8e
Compare
Choose a tag to compare

Changes

  • fix: special treatment to custom claims for backwards compatibility @dbarrosop (#505)
  • fix: remove as many RTTs to postgres as possible @dbarrosop (#506)

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