Difference between revisions of "Login Protocol"

From Second Life Wiki
Jump to navigation Jump to search
(New page: ''This is a stub. More to come.'' Category: Architecture Working Group)
 
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
''This is a stub. More to come.''
The login protocols are being reworked and the documentation is in a state of constant change. Several different procedures for logging in are currently valid. The various links below discuss/describe them in more detail, often with sample source code in Python to illustrate what is going on:
 
 
*  Login protocol for versions older than 1.18.5.3
**  [[Current_login_protocols]]
**  [[Authentication Flow]]
*  Login protocol for 1.18.6+
**  [[Viewer Authentication]]
*  Second level protocols
** [[Current_Sim_Capabilities]]
 
*  Future Directions
** [[Second_Life_Login_API_Strawman]]
** [[AWG_flows_login]]
* Deprecated in favor of:
** [[Open Grid Protocol]]
 
 
* Example Code
** [[Example_protocol_code]]
* See also
** [[AW_Groupies#Documenting_current_protocols]]


[[Category: Architecture Working Group]]
[[Category: Architecture Working Group]]

Latest revision as of 18:02, 30 July 2008

The login protocols are being reworked and the documentation is in a state of constant change. Several different procedures for logging in are currently valid. The various links below discuss/describe them in more detail, often with sample source code in Python to illustrate what is going on: