[Concept] Getting an user token
SolarID, Astroid's OAuth, service is a concept and maybe won't last. Altough you can learn how to optain a token here.
This page is only dedicated to developers who want to integrate SolarID in their app. For more information please contact us.
Getting a SolarID usertoken is relativeley easy. You can either sign up or login and go to the /me path. This will return your SolarID id and your SolarID token along with your username and connected services.
Example /signup
request
/signup
requestExample /signup
response
/signup
responseThe token will be saved in an encrypted cookie called session
and cannot be read out directly.
To get your token you'd have to use the /me
path.
Example /me
request
/me
requestExample /me
response
/me
responseLast updated
Was this helpful?