Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
7 lines (6 loc) · 311 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 311 Bytes

crates_io_session

This package contains a SessionExtension extractor for the axum web framework and a corresponding attach_session() middleware based on a signed cargo_session cookie. This abstraction allows us to save and retrieve data from the session cookie in a safe way.