Invenio module that implements OAuth 2 server.
- Free software: MIT license
- Documentation: https://invenio-oauth2server.readthedocs.io/
- Implements the OAuth 2.0 authentication protocol.
- Provides REST API to provide access tokens.
- Provides decorators that can be used to restrict access to resources.
- Handles authentication using JSON Web Tokens.
- Adds support for CSRF protection in REST API.