Metadata-Version: 2.1
Name: jotbox
Version: 0.4.0
Summary: JWTxb library with support for revokable tokens
License: MIT
Author: Steinthor Palsson
Author-email: steini90@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pydantic (>=1,<3)
Requires-Dist: pyjwt (>=2,<3)
Project-URL: Code, https://github.com/steinitzu/jotbox
Project-URL: Issue tracker, https://github.com/steinitzu/jotbox/issues
Description-Content-Type: text/markdown

# Jotbox

JWT library for python with support for revokable tokens and idle timeouts

Read more here https://steinitzu.github.io/jotbox

