Auth
Authorize
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.
POST
Body
application/json
Response
200
application/json
Successfully authorized and token generated
The response is of type object
.