-
Notifications
You must be signed in to change notification settings - Fork 5
OAuth
Jake edited this page Apr 28, 2014
·
15 revisions
- 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
(specs)[http://tools.ietf.org/html/rfc6749]
- Jake