Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.34 KB

README.rst

File metadata and controls

37 lines (26 loc) · 1.34 KB

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.