Jump to content

OpenSimulator Internals/AuthorizationService

From Open Simulator Technical Help

OpenSimulator Internals/AuthorizationService

[edit]

Overview

[edit]

AuthorizationService is a stub. It always returns authorized. There is no database, no configuration, and no logic.

Actual access control (ban lists, parcel restrictions, estate settings) is handled in region code, not here.


Request Structure

[edit]
Field Type Notes
ID string Avatar UUID
FirstName string Avatar first name
SurName string Avatar last name
Email string Avatar email
RegionName string Name of the region being entered
RegionID string UUID of the region being entered

See Also

[edit]