flask-rbac
flask-rbac copied to clipboard
Flask-RBAC
Hi Currently, I'm trying to R&D RBAC authorization mechanism for my flask API, I read your project documentation and other RBAC implementations in a few projects, but in your project,...
Hello, I have corrected a few problems related to the new version of flask. I updated the issues #36 and #38 related to deprecated methods of flask such as the...
_request_ctx_stack is depreciated in flask v3, any plans to update? ` Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux Type "help", "copyright", "credits" or "license" for more...
Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.2.5. Release notes Sourced from flask's releases. 2.2.5 This is a security fix release for the 2.2.x release branch. Note that 2.3.x is the currently...
It seems that `flask_rbac` is using deprecated API. `before_first_request` is no longer supported. ``` Traceback (most recent call last): File "app/uwsgi.py", line 4, in app = create_app() ^^^^^^^^^^^^ File "/opt/www/gaas-bms/app/__init__.py",...