Flask GraphQL Auth Versions Save

(UNMAINTAINED. FEEL FREE TO FORK) 🐍A Pythonic way to provide JWT authentication for Flask-GraphQL

v1.3.3

3 years ago

SUMMARY

  • pyJWT version fixed to 2.0.1 and updated pyjwt usages

CHANGES

  • #27 - Thanks to @wesm87

v1.3.2

3 years ago

CHANGES

  • #21

v1.1.2

5 years ago

reference:

  • #6
  • #5

v1.1.1

5 years ago

resolve #5

1.1

5 years ago
  • Return error with AuthInfoField
  • Union intergration
  • Separate query auth decorator and mutation auth decorator

0.5.1

5 years ago

alter some logic and error handling

0.5

5 years ago

by error handling issue, 1.0 release delayed :( refer this: https://github.com/graphql-python/flask-graphql/issues/49

0.3

5 years ago

Chages

  • hot-fix of user claim verification bug

0.1

5 years ago

Hello World!