Authenticates a user and generates a JWT token for subsequent API calls. The user must provide a valid Ed25519 signature for message AUTHORIZE
and public key. If the user doesn’t exist, a new user account will be created.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successfully authorized and token generated
The response is of type object
.