aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Hypergrid/Login (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving the LoginAuth service up, so that it can be shared among standalones ↵diva2009-03-222-601/+0
| | | | and the User Server.
* Initial support for authentication/authorization keys in UserManagerBase, ↵diva2009-03-212-0/+601
and use of it in HGStandaloneLoginService (producer of initial key for user, and of subsequent keys) and HGStandaloneInventoryService (consumer of a key). Keys are of the form http://<authority>/<random uuid> and they are sent over http header "authorization".