Authorizations
Bearer authentication with JWT access token. Used to authenticate requests to protected endpoints.
Body
application/json
Authentication method and credentials to convert anonymous user to regular user
Which sign-in method to use
Available options:
email-password
, passwordless
A valid email
Example:
"john.smith@nhost.io"
A password of minimum 3 characters
Required string length:
3 - 50
Example:
"Str0ngPassw#ord-94|%"
Deprecated, will be ignored
Response
User deanonymized successfully
The response is of type enum<string>
.
Available options:
OK