Talk:Authentication Flow

From Second Life Wiki
Revision as of 01:40, 9 January 2007 by Alister Ng (talk | contribs) (some info about logging in -- mostly my notes.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the bit I've been able to determine:

  1. The XMLRPC uri is https://login.agni.lindenlab.com/cgi-bin/login.cgi'
  2. The auth method is called 'login_to_simulator'
  3. It takes > 11 parameters as a single vector/list/array thing:
     1. firstname
     2. lastname

Auth stuff is in indra/newview/lluserauth.cpp:79