Skip to content
Jake edited this page Apr 28, 2014 · 15 revisions

Process

  • Receive a Request for Authorization
    • Username
    • Password
    • Service ID (what game is being authorized)
  • Hash password
  • Check Database for username and hashed password in Service ID
    • Return client ID (static)
    • Auth level
  • Respond to Request with clientID, Access Token, Auth level
    • Username/Server Password/Time

OAuth

(specs)[http://tools.ietf.org/html/rfc6749]

Clone this wiki locally