Skip to content
On this page

Handler Oauth callback

At last page, we study create a oauth app.
To handler callback, first confirm that the callback domain you entered will go through your service. Then, add your callback route handler. If request from authentication server, it send request be like:

GET $callback
URL param:
 - token: token string
 - server: ruanhor.dpdns.org

($callback is your callback url)
Then, you can check the value and send request to check(get user info).
Public User API