Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 416 Bytes

File metadata and controls

10 lines (8 loc) · 416 Bytes

OSAuthModule

OpenSimulator module for fetching JWT authentication token. Provides a REST interface through the normal region HTTP connection to accept login credentials and return authorization tokens for later accesses. Also includes the routines for JWT token validation.

Revisions

| 1.0.0 | Initial version for use Ragu | 2.0.1 | Separated into OpenSimulator module and class library for use in other apps