maxcountryman / tower-sessions

🥠 Sessions as a `tower` and `axum` middleware.
MIT License
253 stars 42 forks source link

use a default session name of "id" #83

Closed maxcountryman closed 12 months ago

maxcountryman commented 1 year ago

This helps avoid fingerprinting.

Closes #73.

codecov[bot] commented 1 year ago

Codecov Report

Merging #83 (dbefc5e) into main (0ef1af9) will increase coverage by 0.38%. Report is 7 commits behind head on main. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
+ Coverage   81.30%   81.68%   +0.38%     
==========================================
  Files          12       12              
  Lines         476      486      +10     
==========================================
+ Hits          387      397      +10     
  Misses         89       89              
Files Coverage Δ
src/memory_store.rs 100.00% <100.00%> (ø)
src/moka_store.rs 94.73% <100.00%> (+0.98%) :arrow_up:
src/service.rs 83.45% <100.00%> (+0.51%) :arrow_up:
src/session.rs 85.29% <ø> (ø)