Metadata-Version: 2.1
Name: django-graphql-jwt-oauth2
Version: 1.0.8
Summary: An extension to django-graphene-jwt to allow oauth2 authentication to a Django app.
Project-URL: Homepage, https://github.com/AztlanEngineering/django-graphql-jwt-oauth2
Project-URL: Issues, https://github.com/AztlanEngineering/django-graphql-jwt-oauth2/issues
License-File: LICENSE
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

TODO
- Make sure Sphinx generates docs from all files
- generate html instead of md ???
- add general introduction and usage guide on the docs

Build
`hatch build` or `python -m hatch build`
`hatch publish` or `python -m hatch publish` with username `__token__`. Make sure the keyrings backend is installed.
