OpenSimulator Internals/AuthorizationService
Appearance
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 |
| string | Avatar email | |
| RegionName | string | Name of the region being entered |
| RegionID | string | UUID of the region being entered |