/invenio-oauth2server

Invenio modules that implements OAuth 2 server.

Primary LanguagePythonMIT LicenseMIT

Invenio-OAuth2Server

Invenio module that implements OAuth 2 server.

Features

  • 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.