..
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-Access
================
.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-access.svg
:target: https://github.com/inveniosoftware/invenio-access/blob/master/LICENSE
.. image:: https://github.com/inveniosoftware/invenio-access/workflows/CI/badge.svg
:target: https://github.com/inveniosoftware/invenio-access/actions?query=workflow%3ACI
.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-access.svg
:target: https://coveralls.io/r/inveniosoftware/invenio-access
.. image:: https://img.shields.io/pypi/v/invenio-access.svg
:target: https://pypi.org/pypi/invenio-access
Role-based access control (RBAC) for Invenio.
Invenio-Access works together with Invenio-Accounts to provide a full-fledge
authentication and authorization system for Flask and Invenio based on a suite
of existing Flask extensions such as:
- Flask-Security
- Flask-Login
- Flask-Principal
- passlib
Features:
* Role-based access control with object level permissions.
* CLI and administration interface for allowing/denying actions to users, roles
or system roles.
* Support for superuser privileges.
Further documentation is available on
https://invenio-access.readthedocs.io/
..
This file is part of Invenio.
Copyright (C) 2015-2022 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 3.0.0 (released 2024-11-13)
- i18n:push translations
- i18n:pulled translations
- setup: move invenio-admin to optional
- model: make forward compatible to sqlalchemy >= 2
- permissions: add system permisssion
- test: make redis configurable
Version 2.0.0 (released 2022-06-14)
- upgrade invenio-accounts dependency
- models: change role_id FK of ActionRoles to string
Version 1.4.4 (released 2022-04-01)
- fix compat issue with Werkzeug 2.1
Version 1.4.3 (released 2022-03-30)
- add support for Flask 2.1, Werkzeug 2.1 and Click 8.1
- bump dependency on invenio-base, invenio-accounts and invenio-i18n
Version 1.4.2 (released 2021-02-16)
- adds a new system role "system_process".
- adds a new identity providing the system process role.
Version 1.4.1 (released 2020-05-07)
- set Sphinx ``<3`` because of errors related to application context
- stop using example app
Version 1.4.0 (released 2020-03-12)
- drop Python 2.7 support
- change Flask dependency management to centralised by invenio-base
Version 1.3.2 (released TBD)
- set Sphinx ``<3`` because of errors related to application context
- stop using example app
Version 1.3.1 (released 2020-01-22)
- increase minimal six version
Version 1.3.0 (released 2019-11-15)
- Adds explicit excludes of needs feature to load permission
Version 1.2.0 (released 2019-08-02)
- Removes DynamicPermission
Version 1.1.0 (released 2018-12-14)
Version 1.0.2 (released 2018-10-31)
- Additional test for AnyonymousIdentity loaded on request
Version 1.0.1 (released 2018-05-18)
- Removal of Click warning messages.
Version 1.0.0 (released 2018-03-23)
- Initial public release.
Raw data
{
"_id": null,
"home_page": "https://github.com/inveniosoftware/invenio-access",
"name": "invenio-access",
"maintainer": null,
"docs_url": "https://pythonhosted.org/invenio-access/",
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "invenio access",
"author": "CERN",
"author_email": "info@inveniosoftware.org",
"download_url": "https://files.pythonhosted.org/packages/1c/69/fea9619b84aba08af46c96b6da839fd066743672ed33b990cfda5f7d408c/invenio-access-3.0.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-Access\n================\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-access.svg\n :target: https://github.com/inveniosoftware/invenio-access/blob/master/LICENSE\n\n.. image:: https://github.com/inveniosoftware/invenio-access/workflows/CI/badge.svg\n :target: https://github.com/inveniosoftware/invenio-access/actions?query=workflow%3ACI\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-access.svg\n :target: https://coveralls.io/r/inveniosoftware/invenio-access\n\n.. image:: https://img.shields.io/pypi/v/invenio-access.svg\n :target: https://pypi.org/pypi/invenio-access\n\n\nRole-based access control (RBAC) for Invenio.\n\nInvenio-Access works together with Invenio-Accounts to provide a full-fledge\nauthentication and authorization system for Flask and Invenio based on a suite\nof existing Flask extensions such as:\n\n- Flask-Security\n- Flask-Login\n- Flask-Principal\n- passlib\n\nFeatures:\n\n* Role-based access control with object level permissions.\n* CLI and administration interface for allowing/denying actions to users, roles\n or system roles.\n* Support for superuser privileges.\n\nFurther documentation is available on\nhttps://invenio-access.readthedocs.io/\n\n..\n This file is part of Invenio.\n Copyright (C) 2015-2022 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 3.0.0 (released 2024-11-13)\n\n- i18n:push translations\n- i18n:pulled translations\n- setup: move invenio-admin to optional\n- model: make forward compatible to sqlalchemy >= 2\n- permissions: add system permisssion\n- test: make redis configurable\n\nVersion 2.0.0 (released 2022-06-14)\n\n- upgrade invenio-accounts dependency\n- models: change role_id FK of ActionRoles to string\n\nVersion 1.4.4 (released 2022-04-01)\n\n- fix compat issue with Werkzeug 2.1\n\nVersion 1.4.3 (released 2022-03-30)\n\n- add support for Flask 2.1, Werkzeug 2.1 and Click 8.1\n- bump dependency on invenio-base, invenio-accounts and invenio-i18n\n\nVersion 1.4.2 (released 2021-02-16)\n\n- adds a new system role \"system_process\".\n- adds a new identity providing the system process role.\n\nVersion 1.4.1 (released 2020-05-07)\n\n- set Sphinx ``<3`` because of errors related to application context\n- stop using example app\n\nVersion 1.4.0 (released 2020-03-12)\n\n- drop Python 2.7 support\n- change Flask dependency management to centralised by invenio-base\n\nVersion 1.3.2 (released TBD)\n\n- set Sphinx ``<3`` because of errors related to application context\n- stop using example app\n\nVersion 1.3.1 (released 2020-01-22)\n\n- increase minimal six version\n\nVersion 1.3.0 (released 2019-11-15)\n\n- Adds explicit excludes of needs feature to load permission\n\nVersion 1.2.0 (released 2019-08-02)\n\n- Removes DynamicPermission\n\nVersion 1.1.0 (released 2018-12-14)\n\nVersion 1.0.2 (released 2018-10-31)\n\n- Additional test for AnyonymousIdentity loaded on request\n\nVersion 1.0.1 (released 2018-05-18)\n\n- Removal of Click warning messages.\n\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 for common role based access control.",
"version": "3.0.0",
"project_urls": {
"Homepage": "https://github.com/inveniosoftware/invenio-access"
},
"split_keywords": [
"invenio",
"access"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e82c56e4d3190c9d6130cc9f5becb50466cf03fdf8836d7ac72dddc4ec8e5f96",
"md5": "f546a4846817e75e5221d883dc4db698",
"sha256": "1ac5fd01687b40ddb8f001c2c879f7bd4bf9aad92689d2ef1b7303860237bdbd"
},
"downloads": -1,
"filename": "invenio_access-3.0.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "f546a4846817e75e5221d883dc4db698",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 102608,
"upload_time": "2024-11-14T13:34:49",
"upload_time_iso_8601": "2024-11-14T13:34:49.278609Z",
"url": "https://files.pythonhosted.org/packages/e8/2c/56e4d3190c9d6130cc9f5becb50466cf03fdf8836d7ac72dddc4ec8e5f96/invenio_access-3.0.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1c69fea9619b84aba08af46c96b6da839fd066743672ed33b990cfda5f7d408c",
"md5": "1f174575fdb2325a0b0d7e762e36c31d",
"sha256": "73938e42be83925f51aeeffd1ed51be1a564f5141ab1d6dcdc75984d0b174090"
},
"downloads": -1,
"filename": "invenio-access-3.0.0.tar.gz",
"has_sig": false,
"md5_digest": "1f174575fdb2325a0b0d7e762e36c31d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 59807,
"upload_time": "2024-11-14T13:34:50",
"upload_time_iso_8601": "2024-11-14T13:34:50.403742Z",
"url": "https://files.pythonhosted.org/packages/1c/69/fea9619b84aba08af46c96b6da839fd066743672ed33b990cfda5f7d408c/invenio-access-3.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-14 13:34:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "inveniosoftware",
"github_project": "invenio-access",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "invenio-access"
}