Invenio module that provides OAuth web authorization support.
Project description
Invenio module that provides OAuth web authorization support.
OAuth client support is typically used to allow features such as social login (e.g. Sign in with Twitter) and access to resources owned by a specific user at a remote service. Both OAuth 1.0 and OAuth 2.0 are supported.
Features:
Views: OAuth login and authorized endpoints, linked account settings and sign-up handling.
Client: A client to interact with remote applications.
Contrib: Ready-to-use GitHub, ORCID, and CERN remote applications.
Models: Persistence layer for OAuth access tokens including support for storing extra data together with a token.
Handlers: Customizable handlers for deciding what happens when a user authorizes a request.
Further documentation is available on https://invenio-oauthclient.readthedocs.io/
Changes
Version 1.4.0 (released 2020-12-09)
Use centrally managed test dependencies.
Add CERN OpenID contrib.
Migrate CI to GitHub Actions.
Several UI styling fixes.
Version 1.4.0a1 (released 2020-06-22)
Integrates Semantic-UI templates.
Version 1.3.1 (released 2020-06-03)
Exports rest handlers.
Version 1.3.0 (released 2020-05-15)
Introduce InvenioOAuthClientREST extension.
The module can be used as a full REST OAuth service. For example, from an SPA application. All responses are being handled by redirecting to user’s configured endpoints.
The new configuration variable OAUTHCLIENT_REST_REMOTE_APPS defines the registered applications that are using the REST OAuth workflow.
Version 1.2.1 (released 2020-04-17)
Fix args from redirect target’ encoding
Version 1.2.0 (released 2020-03-13)
Centrally manage Flask dependency by invenio-base
Drop support for Python 2.7
Version 1.1.3 (released 2019-07-29)
Remove deprecated warnings from 3rd party modules
Fix setup file extension
Fix missing args from redirect target
Version 1.1.2 (released 2019-02-01)
CERN OAuth: fix logout url
Version 1.1.1 (released 2019-01-22)
CERN OAuth: filter authentication by IdentityClass
Pin oauthlib lower than 3.0
Version 1.1.0 (released 2018-12-14)
Version 1.0.0 (released 2018-03-23)
Initial public release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for invenio-oauthclient-1.4.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20c10101f9bcf92967b90bc2a00d876120ffdb2b93e5286719328dae18e1cb63 |
|
MD5 | 8cdcb6c3edec4781764fbda39282cbbd |
|
BLAKE2b-256 | 48eb789279a53c503f5d3e7ef61926b3acd3fb39d44914fa45fef2e911cac2e0 |
Hashes for invenio_oauthclient-1.4.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3ffe944be80b739191b151d18b3853b7b7a5b6c3818df70e040bf57a8a386a5 |
|
MD5 | 8b74c29ac399534b23133b6160bfb577 |
|
BLAKE2b-256 | abd0d3ac7c5fec8f7c7cc5bf9c63ad33e9559298623ef3d7d36d1689fb2f5a2b |