Herbal3d / OSAuthModule

OpenSimulator module for fetching JWT authentication token
Apache License 2.0
0 stars 1 forks source link

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