..
This file is part of Invenio.
Copyright (C) 2015-2018 CERN.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
======================
Invenio-OAuth2Server
======================
.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-oauth2server.svg
:target: https://github.com/inveniosoftware/invenio-oauth2server/blob/master/LICENSE
.. image:: https://github.com/inveniosoftware/invenio-oauth2server/workflows/CI/badge.svg
:target: https://github.com/inveniosoftware/invenio-oauth2server/actions
.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-oauth2server.svg
:target: https://coveralls.io/r/inveniosoftware/invenio-oauth2server
.. image:: https://img.shields.io/pypi/v/invenio-oauth2server.svg
:target: https://pypi.org/pypi/invenio-oauth2server
Invenio module that implements OAuth 2 server.
* Free software: MIT license
* Documentation: https://invenio-oauth2server.readthedocs.io/
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.
..
This file is part of Invenio.
Copyright (C) 2015-2024 CERN.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
Changes
=======
Version 2.4.0 (released 2024-11-07)
- global: remove six usage
- compatibility: to werkzeug >= 2.3.0
- setup: unpin wtforms dependency
- fix: DeprecationWarning HTMLString
- settings: update page to reflect additional required parameter
- i18n: push translations
Version 2.3.1 (released 2024-05-17)
- settings-ui: fix token scopes list
Version 2.3.0 (released 2024-03-22)
- fix: before_first_request deprecation
(add finalise app entrypoint)
Version 2.2.1 (released 2023-10-31)
- settings: simplify token query
Version 2.2.0 (released 2023-09-12)
- new-buttons: remove secondary class from buttons
Version 2.1.0 (released 2023-07-31)
- applications: Improve templates for UI and accessibility
- pulled translations
Version 2.0.0 (released 2023-03-02)
- drop python2.7 support
- remove deprecated flask-babelex dependency and imports
- upgrade invenio-i18n
- upgrade invenio-admin
Version 1.3.8 (released 2022-11-18)
- add translations
Version 1.3.7 (released 2022-08-04)
- save user in the flask global
Version 1.3.6 (released 2022-06-27)
- extract translation messages
- add German translations
Version 1.3.5 (released 2022-02-28)
- Replaces pkg_resources with importlib.
- Fix translation issue with fuzzy translations.
- Fix Flask 2 compatibility issue.
Version 1.3.4 (released 2021-07-15)
- Adds german translations
Version 1.3.3 (released 2021-06-01)
- Maximum version of WTForms set to <3.0.0 due to incompatibility issues.
Version 1.3.2 (released 2020-12-17)
- Adds theme dependent icons.
- Fixes layout and styling issues.
- Fixes UX issues related to button ordering.
Version 1.3.1 (released 2020-12-11)
- Fixes issue with form for application creation.
- Fixes problem with rendering errors in the form.
Version 1.3.0 (released 2020-12-09)
- Integrates Semantic-UI templates.
- Sets `cancel` button's color to Semantic-UI default.
Version 1.2.0 (released 2020-05-14)
- Allow bypassing CSRF checks when using bearer tokens.
Version 1.1.1 (released 2020-05-11)
- Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0 and 3.7.0.
- Minimum version of Invenio-Accounts bumped to v1.2.1 due WTForms moving the
email validation to an optional dependency.
- Maximum version of Sphinx set to 3 (lower than) due to an error with
working outside the application context.
- Maximum version of SQLAlchemy-Utils set to 0.36 due to breaking changes
with MySQL (VARCHAR length).
Version 1.1.0 (released 2020-03-10)
- Provides compatibility with werkzeug 1.0.0 for flask_oauthlib
Version 1.0.5 (released 2020-05-11)
- Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0 and 3.7.0.
- Minimum version of Invenio-Accounts set to v1.1.4 due WTForms moving the
email validation to an optional dependency.
- Minimum version of Flask-BableEx set to v0.9.4 due Werkzeug breaking imports.
- Minimum version of oauthlib set to v2.1.0.
- Maximum version of Sphinx set to 3 (lower than) due to an error with
working outside the application context.
- Maximum version of SQLAlchemy-Utils set to 0.36 due to breaking changes
with MySQL (VARCHAR length).
Version 1.0.4 (released 2019-12-05)
- Removes updating the ``expires`` for personal tokens.
- Removes ``OAUTH2_PROVIDER_TOKEN_EXPIRES_IN`` from configuration.
Version 1.0.3 (released 2019-01-15)
- Restrict oauthlib to latest v2.
- Restrict requests-oauthlib lower than 1.2.0 because of oauthlib 3.
Version 1.0.2 (released 2018-11-02)
- Fix incosistent OAuth2 state initialization between UI and REST applications.
- Basic token management CLI commands for creating/deleting personal access
tokens.
- Better token creation warning messages.
Version 1.0.1 (released 2018-05-25)
- Flask v1.0 support.
Version 1.0.0 (released 2018-03-23)
- Initial public release.
Raw data
{
"_id": null,
"home_page": "https://github.com/inveniosoftware/invenio-oauth2server",
"name": "invenio-oauth2server",
"maintainer": null,
"docs_url": "https://pythonhosted.org/invenio-oauth2server/",
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "invenio OAuth2 server",
"author": "CERN",
"author_email": "info@inveniosoftware.org",
"download_url": "https://files.pythonhosted.org/packages/08/db/88241d44ce96ca71bab1c75a08d5ec09bf03a0f1130d4866a69e74b0ba60/invenio-oauth2server-2.4.0.tar.gz",
"platform": "any",
"description": "..\n This file is part of Invenio.\n Copyright (C) 2015-2018 CERN.\n\n Invenio is free software; you can redistribute it and/or modify it\n under the terms of the MIT License; see LICENSE file for more details.\n\n======================\n Invenio-OAuth2Server\n======================\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-oauth2server.svg\n :target: https://github.com/inveniosoftware/invenio-oauth2server/blob/master/LICENSE\n\n.. image:: https://github.com/inveniosoftware/invenio-oauth2server/workflows/CI/badge.svg\n :target: https://github.com/inveniosoftware/invenio-oauth2server/actions\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-oauth2server.svg\n :target: https://coveralls.io/r/inveniosoftware/invenio-oauth2server\n\n.. image:: https://img.shields.io/pypi/v/invenio-oauth2server.svg\n :target: https://pypi.org/pypi/invenio-oauth2server\n\n\nInvenio module that implements OAuth 2 server.\n\n* Free software: MIT license\n* Documentation: https://invenio-oauth2server.readthedocs.io/\n\nFeatures\n========\n\n* Implements the OAuth 2.0 authentication protocol.\n - Provides REST API to provide access tokens.\n - Provides decorators that can be used to restrict access to resources.\n* Handles authentication using JSON Web Tokens.\n* Adds support for CSRF protection in REST API.\n\n..\n This file is part of Invenio.\n Copyright (C) 2015-2024 CERN.\n\n Invenio is free software; you can redistribute it and/or modify it\n under the terms of the MIT License; see LICENSE file for more details.\n\nChanges\n=======\n\nVersion 2.4.0 (released 2024-11-07)\n\n- global: remove six usage\n- compatibility: to werkzeug >= 2.3.0\n- setup: unpin wtforms dependency\n- fix: DeprecationWarning HTMLString\n- settings: update page to reflect additional required parameter\n- i18n: push translations\n\nVersion 2.3.1 (released 2024-05-17)\n\n- settings-ui: fix token scopes list\n\nVersion 2.3.0 (released 2024-03-22)\n\n- fix: before_first_request deprecation\n (add finalise app entrypoint)\n\n\nVersion 2.2.1 (released 2023-10-31)\n\n- settings: simplify token query\n\nVersion 2.2.0 (released 2023-09-12)\n\n- new-buttons: remove secondary class from buttons\n\nVersion 2.1.0 (released 2023-07-31)\n\n- applications: Improve templates for UI and accessibility\n- pulled translations\n\nVersion 2.0.0 (released 2023-03-02)\n\n- drop python2.7 support\n- remove deprecated flask-babelex dependency and imports\n- upgrade invenio-i18n\n- upgrade invenio-admin\n\nVersion 1.3.8 (released 2022-11-18)\n\n- add translations\n\nVersion 1.3.7 (released 2022-08-04)\n\n- save user in the flask global\n\nVersion 1.3.6 (released 2022-06-27)\n\n- extract translation messages\n- add German translations\n\nVersion 1.3.5 (released 2022-02-28)\n\n- Replaces pkg_resources with importlib.\n- Fix translation issue with fuzzy translations.\n- Fix Flask 2 compatibility issue.\n\nVersion 1.3.4 (released 2021-07-15)\n\n- Adds german translations\n\nVersion 1.3.3 (released 2021-06-01)\n\n- Maximum version of WTForms set to <3.0.0 due to incompatibility issues.\n\nVersion 1.3.2 (released 2020-12-17)\n\n- Adds theme dependent icons.\n- Fixes layout and styling issues.\n- Fixes UX issues related to button ordering.\n\nVersion 1.3.1 (released 2020-12-11)\n\n- Fixes issue with form for application creation.\n- Fixes problem with rendering errors in the form.\n\nVersion 1.3.0 (released 2020-12-09)\n\n- Integrates Semantic-UI templates.\n- Sets `cancel` button's color to Semantic-UI default.\n\nVersion 1.2.0 (released 2020-05-14)\n\n- Allow bypassing CSRF checks when using bearer tokens.\n\nVersion 1.1.1 (released 2020-05-11)\n\n- Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0 and 3.7.0.\n- Minimum version of Invenio-Accounts bumped to v1.2.1 due WTForms moving the\n email validation to an optional dependency.\n- Maximum version of Sphinx set to 3 (lower than) due to an error with\n working outside the application context.\n- Maximum version of SQLAlchemy-Utils set to 0.36 due to breaking changes\n with MySQL (VARCHAR length).\n\nVersion 1.1.0 (released 2020-03-10)\n\n- Provides compatibility with werkzeug 1.0.0 for flask_oauthlib\n\nVersion 1.0.5 (released 2020-05-11)\n\n- Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0 and 3.7.0.\n- Minimum version of Invenio-Accounts set to v1.1.4 due WTForms moving the\n email validation to an optional dependency.\n- Minimum version of Flask-BableEx set to v0.9.4 due Werkzeug breaking imports.\n- Minimum version of oauthlib set to v2.1.0.\n- Maximum version of Sphinx set to 3 (lower than) due to an error with\n working outside the application context.\n- Maximum version of SQLAlchemy-Utils set to 0.36 due to breaking changes\n with MySQL (VARCHAR length).\n\nVersion 1.0.4 (released 2019-12-05)\n\n- Removes updating the ``expires`` for personal tokens.\n- Removes ``OAUTH2_PROVIDER_TOKEN_EXPIRES_IN`` from configuration.\n\nVersion 1.0.3 (released 2019-01-15)\n\n- Restrict oauthlib to latest v2.\n- Restrict requests-oauthlib lower than 1.2.0 because of oauthlib 3.\n\nVersion 1.0.2 (released 2018-11-02)\n\n- Fix incosistent OAuth2 state initialization between UI and REST applications.\n- Basic token management CLI commands for creating/deleting personal access\n tokens.\n- Better token creation warning messages.\n\nVersion 1.0.1 (released 2018-05-25)\n\n- Flask v1.0 support.\n\nVersion 1.0.0 (released 2018-03-23)\n\n- Initial public release.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "\"Invenio module that implements OAuth 2 server.\"",
"version": "2.4.0",
"project_urls": {
"Homepage": "https://github.com/inveniosoftware/invenio-oauth2server"
},
"split_keywords": [
"invenio",
"oauth2",
"server"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6372d85677e7e8e1fde0e489e8d5f4b3dec833d82a6c1ba5e5a5f5cc809d71fd",
"md5": "36d5ca41df3e4d1dbe58995508d97037",
"sha256": "f21051581c0c849d1f4914c9bc8c61ac9d1a020d411fa6aedd1eb59eab724db6"
},
"downloads": -1,
"filename": "invenio_oauth2server-2.4.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "36d5ca41df3e4d1dbe58995508d97037",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 284771,
"upload_time": "2024-11-07T07:20:40",
"upload_time_iso_8601": "2024-11-07T07:20:40.847842Z",
"url": "https://files.pythonhosted.org/packages/63/72/d85677e7e8e1fde0e489e8d5f4b3dec833d82a6c1ba5e5a5f5cc809d71fd/invenio_oauth2server-2.4.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "08db88241d44ce96ca71bab1c75a08d5ec09bf03a0f1130d4866a69e74b0ba60",
"md5": "9e78c91721800dc8e596d26a4f885d35",
"sha256": "449e8fe74dffd3c3b6dab434b9848abb2c23140f755ea7b3e13fe702c6d5838a"
},
"downloads": -1,
"filename": "invenio-oauth2server-2.4.0.tar.gz",
"has_sig": false,
"md5_digest": "9e78c91721800dc8e596d26a4f885d35",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 158494,
"upload_time": "2024-11-07T07:20:42",
"upload_time_iso_8601": "2024-11-07T07:20:42.496491Z",
"url": "https://files.pythonhosted.org/packages/08/db/88241d44ce96ca71bab1c75a08d5ec09bf03a0f1130d4866a69e74b0ba60/invenio-oauth2server-2.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-07 07:20:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "inveniosoftware",
"github_project": "invenio-oauth2server",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "invenio-oauth2server"
}