Metadata-Version: 2.1
Name: fastapi_nextauth_jwt
Version: 0.0.1
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]

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

