Skip to content

Releases: nhost/hasura-auth

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

0.22.1

13 Nov 13:22
377a846
Compare
Choose a tag to compare

Patch Changes

0.22.0

08 Nov 12:46
eef9c80
Compare
Choose a tag to compare

Minor Changes

  • 024258c: feat: set oauth origin dynamically based on host header
  • 5663eec: feat: allow configuring api prefix

Patch Changes

  • 044ed00: fix: mount oauth and healthz routes correctly when specifying AUTH_API_PREFIX

0.21.4

06 Nov 14:26
e1ec543
Compare
Choose a tag to compare

Patch Changes

  • 2aa0d6d: fix(oauth): correctly parse user profile during Sign-In with Apple
  • 59e588a: added codeql

0.21.3

15 Sep 15:32
962e7b7
Compare
Choose a tag to compare

Patch Changes

  • 4eff7f4: fix: send back refresh token upon sign-in with pat

0.21.2

12 Jul 13:00
44c7d9e
Compare
Choose a tag to compare

Patch Changes

  • ca5010d: fix: merge new select/delete permissions with the existing ones

0.21.1

23 Jun 08:36
87fee13
Compare
Choose a tag to compare

Patch Changes

  • 840d730: feat(smtp): make the X-SMTPAPI header configurable