Metadata-Version: 2.4
Name: superjwt
Version: 0.1.0
Summary: A super simple JWT library for Python
Author: ixunio
License-Expression: MIT
Project-URL: Homepage, https://github.com/ixunio/superjwt
Project-URL: Repository, https://github.com/ixunio/superjwt.git
Project-URL: Changelog, https://github.com/ixunio/superjwt/blob/main/CHANGELOG.md
Keywords: jwt,json,web,token,security,authentication,authorization,auth,oauth,bearer,jose,pydantic
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: pydantic>=2

A clean way to handle JWT encoding and decoding. Easily validate your JWT claims with Pydantic. Support for JWS format and detached payload.
