Difference between revisions of "Authentication Token"
From King Arthur's Gold Wiki
(Created page with "Category:API '''Implementation Status:''' Implemented Authentication tokens are used to verify a client's authentication status ...") |
Prostosuper (Talk | contribs) m (Rename in conformity to the title of "Third Party Authentication" page) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:API]] | [[Category:API]] | ||
− | '''Implementation Status:''' [[Implemented | + | '''Implementation Status:''' [[API_Implementation_Statuses#Implemented|Implemented]] |
− | Authentication tokens are used to verify a client's authentication status with | + | Authentication tokens are used to verify a client's authentication status with third parties. For example the client requests a token when it is ready to join a server. This token is then given to the server with the join request. Before the server allows the client to join the game, the server must call the master API to verify the validity of the token for the user in question. |
The tokens are generated and validated using two different API calls: [[Generate New Token]] and [[Validate Token]] | The tokens are generated and validated using two different API calls: [[Generate New Token]] and [[Validate Token]] |
Latest revision as of 15:46, 24 April 2012
Implementation Status: Implemented
Authentication tokens are used to verify a client's authentication status with third parties. For example the client requests a token when it is ready to join a server. This token is then given to the server with the join request. Before the server allows the client to join the game, the server must call the master API to verify the validity of the token for the user in question.
The tokens are generated and validated using two different API calls: Generate New Token and Validate Token