Jump to content

OpenSimulator Internals/AuthenticationService

From Open Simulator Technical Help
Revision as of 06:59, 21 June 2026 by Jwbshaw (talk | contribs) (first)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

OpenSimulator Internals/AuthenticationService

[edit]

Overview

[edit]

AuthenticationService handles login authentication. Core implementations are password and webkey.

This service is stateless and can be load-balanced across multiple ROBUST instances.


Authentication Methods

[edit]
Method Notes
password Standard password authentication. Password stored as MD5 hash with salt.
webkey Web login token authentication.

Database

[edit]

See auth table and tokens table for the full database schema.

Note: the tokens table is confirmed unused per wiki.


See Also

[edit]