Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and plmercereau committed Dec 7, 2022
1 parent f328846 commit 8ff315e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 25 deletions.
7 changes: 0 additions & 7 deletions .changeset/eighty-months-grin.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tall-crabs-explain.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/three-maps-move.md

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
## Changelog

## 0.17.0

### Minor Changes

- 951349b: Optionally conceal sensitive error messages

Introduce a new `AUTH_CONCEAL_ERRORS` environment variable that conceals error messages to avoid leaking indirect information about users e.g. a user is registered in the application or a given password is invalid.

It is disabled by default.

### Patch Changes

- d3fe853: Preserve the Oauth session between the initial request and the callback

Fixes [nhost/nhost#1353](https://github.com/nhost/nhost/issues/1353)

- 9c25b1f: Ability to set test phone numbers for phone auth

This can be used without any provider set. When sign in via phone auth using a test phone number is invoked **the SMS message with the verification code will be available trough the logs**.
This way you can also test your SMS templates.

## 0.16.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "git://github.com/nhost/hasura-auth.git",
"type": "git"
},
"version": "0.16.2",
"version": "0.17.0",
"main": "dist/start.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down

0 comments on commit 8ff315e

Please sign in to comment.