Skip to main content

Invenio module that provides OAuth web authorization support.

Project description

https://img.shields.io/github/license/inveniosoftware/invenio-oauthclient.svg https://github.com/inveniosoftware/invenio-oauthclient/workflows/CI/badge.svg https://img.shields.io/coveralls/inveniosoftware/invenio-oauthclient.svg https://img.shields.io/pypi/v/invenio-oauthclient.svg

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.6.0 (released TBD)

  • Moved UserIdentity to Invenio-Accounts.

Version 1.5.4 (released 2021-10-18)

  • Add OpenAIRE AAI contrib.

Version 1.5.3 (released 2021-10-18)

  • Unpin Flask.

Version 1.5.2 (released 2021-07-12)

  • Add german translations

Version 1.5.1 (released 2021-05-26)

  • Allow to automatically redirect to the external login provider under certain conditions.

  • Disable the possibility to disconnect the last external account to always have at least one external account connected (when configured).

  • Make registration form customizable to allow adding extra form fields when the user login the first time.

  • CERN contribs: fix bug that will execute login/logout signal for CERN contribs even if the user logged in a different way.

Version 1.5.0 (released 2021-05-07)

  • Keycloak: refactor settings helper to allow multiple instances of configured keycloak authentication providers at the same time

  • OAuth: create a new settings helper to set up in an easier way a OAuth authentication provider.

Version 1.4.4 (released 2021-02-05)

  • CERN OpenID: make /userinfo endpoint and JWT token decode parameters configurable

Version 1.4.3 (released 2021-02-05)

  • REST auth: add exception logger

Version 1.4.2 (released 2021-01-15)

  • Add Keycloak contrib.

Version 1.4.1 (released 2021-01-04)

  • Use invenio-theme THEME_ICONS config

  • Fix disconnect button styling

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

invenio-oauthclient-2.0.0.dev0.tar.gz (97.8 kB view details)

Uploaded Source

Built Distribution

invenio_oauthclient-2.0.0.dev0-py2.py3-none-any.whl (99.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file invenio-oauthclient-2.0.0.dev0.tar.gz.

File metadata

  • Download URL: invenio-oauthclient-2.0.0.dev0.tar.gz
  • Upload date:
  • Size: 97.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.13

File hashes

Hashes for invenio-oauthclient-2.0.0.dev0.tar.gz
Algorithm Hash digest
SHA256 5307f8d3e9ba171b65f48f2dbd4d822232c45b09b08325215d06c02d762c7c03
MD5 2c548ddaa1a92bf694bdac48a1c9c3a7
BLAKE2b-256 f41534fababd6c4472238ec46b848ac0de38cc7da5584cda0d063d10a0e7ce23

See more details on using hashes here.

Provenance

File details

Details for the file invenio_oauthclient-2.0.0.dev0-py2.py3-none-any.whl.

File metadata

  • Download URL: invenio_oauthclient-2.0.0.dev0-py2.py3-none-any.whl
  • Upload date:
  • Size: 99.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.13

File hashes

Hashes for invenio_oauthclient-2.0.0.dev0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e73d9f1d0299696857034ffed69bab20561b71a78db5856a564cdbef36f4a9a3
MD5 f562379ed538b29ca7d03edbec1f137e
BLAKE2b-256 a966d74d16a7cf1defb75aa82d2468e389a4555d851898050ea666ac168eba1f

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page