Metadata-Version: 2.4
Name: rotating-session-middleware
Version: 1.0.0
Summary: An ASGI session middleware for Starlette/FastAPI with atomic secret rotation
License-File: LICENSE
Author: Neale Petrillo
Author-email: neale@ecovative.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: itsdangerous (>=2.0.0,<3.0.0)
Requires-Dist: starlette (>=0.27.0)
Project-URL: Homepage, https://github.com/ecovative/rotating-session-middleware
Description-Content-Type: text/markdown

# rotating-session-middleware
An ASGI middleware for Starlette and FastAPI instances that allows session secrets to be rotated automatically.

