Flask-GraphQL-Auth
Flask-GraphQL-Auth copied to clipboard
(UNMAINTAINED. FEEL FREE TO FORK) 🐍A Pythonic way to provide JWT authentication for Flask-GraphQL
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.1 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...
Thanks for everybody use this extension. Now I'm focusing on `sanic-jwt-extended` project and not uses GraphQL now(no time to track graphene lib and GraphQL standards). so I can't maintain this...
AuthInfoField makes things complex especially if you use Relay. A lot of errors of the type : Object doesn't match crop up. Can the error simply be a graphQLError ?...
as same as https://github.com/NovemberOscar/Sanic-JWT-Extended/issues/9
as same as https://github.com/NovemberOscar/Sanic-JWT-Extended/issues/8 ...
Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
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...