Metadata-Version: 2.1
Name: fastapi_nextauth_jwt
Version: 0.0.2
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]
Project-URL: Home, https://github.com/TCatshoek/fastapi-nextauth-jwt

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

