flask-jwt-router
flask-jwt-router copied to clipboard
Flask JWT Router is a Python library that adds authorised routes to a Flask app.
The Readme, Docs & blog should detail instructions for the expected Authorization string passed to the request headers, specifically the `Bearer ` prefix: ``` { "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbnRpdHlfdHlwZSI6InVzZXJzIiwiaWQiOjYsImV4cCI6MTU3NzUyOTg3Mn0.5yR9WXhvuDGubaN9YW5JkugsrB7Xf_JYSQcXlDFwdFY" } ```
Api name `JWT_ROUTER_API_NAME` to be moved to class init kwargs, as this could reduce the mount of boilerplate configuration set up.
Could be useful to log out warning and exceptions from flask-jwt-router in development & production environments selectively.
Make sure all algorithms return valid tokens in tests, a bug was passed along from _auth_model not being assigned. Tests could be centered around _jwt_router class &/or entity.
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.11.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.11.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...