-
Notifications
You must be signed in to change notification settings - Fork 0
Handlers
Viacheslav Poturaev edited this page Jun 25, 2016
·
2 revisions
/init
Being called on app start, with cookie token
. In case of missing cookie, or wrong token
error returned.
In case of valid token
PlayerInfo
is returned.
/login?code=<code>
After code resolved to user info, Player
and Organization
are found or created. token
returned as a cookie. PlayerInfo
is returned as response body.