Metadata-Version: 2.1
Name: jotbox
Version: 0.1.1
Summary: JWT library with support for revokable tokens
License: MIT
Author: Steinthor Palsson
Author-email: steini90@gmail.com
Requires-Python: >=3.7,<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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pydantic (>=1,<2)
Requires-Dist: pyjwt (>=1,<2)
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

