Authentication
Authentication related API endpoints:
Last updated
Authentication related API endpoints:
Last updated
As part of the login process, we need a user to sign a nonce genrated from the API, to prove the user in fact the owner of the wallet they are siging in from. JWT currently set to 24 hour validity (could change this upon request)
wallet address to get nonce to sign
OK
No content
Every call the to API after this signin should present the JWT Bearer token for authenticated access. Upon request we can change the timeout to greater than 24 hours, or setup an addtional dedicated API for an agreed upon development and maintenance cost
OK