Authenticate user with signed data
post
Path parameters
apiKeystringRequired
API key generated at https://studio.aurora.dev
Body
signedDataany ofRequired
Signed message payload. Supports multiple signing standards (for example nep413 and erc191), discriminated by the standard field.
or
Responses
200
Signature verification succeeded; tokens issued
application/json
Signature verification succeeded; tokens issued
accessTokenstringRequiredExample:
JWT access token for authenticated API calls.
<jwt>refreshTokenstringRequiredExample:
JWT refresh token used to obtain new access tokens.
<jwt>expiresInnumberRequiredExample:
Access token lifetime in seconds.
900refreshExpiresInnumberRequiredExample:
Refresh token lifetime in seconds.
2592000400
Default Response
application/json
401
Signature verification failed
application/json
500
Internal Server Error - Failed to reach the auth service
application/json
post/api/auth/authenticate/{apiKey}
Last updated
