Metadata-Version: 2.1
Name: fastapi_nextauth_jwt
Version: 1.0.0
Summary: A fastapi dependency used to decode jwt tokens generated by nextauth,
Author: Tom Catshoek
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: fastapi
Requires-Dist: cryptography
Requires-Dist: python-jose[cryptography]
Requires-Dist: pytest >=2.7.3 ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: httpx ; extra == "test"
Project-URL: Home, https://github.com/TCatshoek/fastapi-nextauth-jwt
Provides-Extra: test

# fastapi-nextauth-jwt
FastAPI Dependency to decode nextauth generated JWTs, for use in projects that mix nextjs/nextauth and fastapi.

