adapt-authoring-auth
v2.7.0
Published
Authentication + authorisation module for the Adapt authoring tool
Readme
adapt-authoring-auth
Authentication and authorisation for the Adapt authoring tool. Defines the AbstractAuthModule base class that concrete auth strategies (e.g. adapt-authoring-auth-local) extend, and enforces scope-based access control across the API.
Extends AbstractModule from adapt-authoring-core.
Documentation
- Access control — how requests are authorised
- Auth permissions — scopes and what they grant
- Creating auth plugins — implementing a new auth strategy
