issues
search
maxcountryman
/
axum-sessions
🥠Cookie-based sessions for Axum via async-session.
MIT License
74
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update axum-extra requirement from 0.7.1 to 0.9.0
#65
dependabot[bot]
opened
11 months ago
0
Update axum requirement from 0.6.0 to 0.7.1
#64
dependabot[bot]
opened
11 months ago
0
Update hyper requirement from 0.14.19 to 1.0.1
#63
dependabot[bot]
opened
1 year ago
0
Update http-body requirement from 0.4.5 to 1.0.0
#62
dependabot[bot]
opened
1 year ago
0
Update hyper requirement from 0.14.19 to 1.0.0
#61
dependabot[bot]
closed
1 year ago
1
Update http requirement from 0.2.8 to 1.0.0
#60
dependabot[bot]
opened
1 year ago
0
How to persist postgres sessions between server restarts or load balanced servers?
#59
abcd-ca
closed
1 year ago
2
Update axum-extra requirement from 0.7.1 to 0.8.0
#55
dependabot[bot]
closed
11 months ago
1
How to destroy then insert in the same route?
#54
abcd-ca
closed
1 year ago
0
Session expiration has no effect
#53
asdfjklkk
closed
1 year ago
0
How to make one-shot session?
#51
hongquan
closed
1 year ago
0
Upgrade to async-session v4
#50
sbihel
opened
1 year ago
20
WritableSession Load Forever
#49
indpurvesh
closed
1 year ago
4
Bug: data present in session, but `.get` returns `None`
#48
DrewMcArthur
closed
1 year ago
2
Deadlock when using WritableSession in middleware layer
#47
mtorromeo
opened
1 year ago
8
Memory session is not persisted (on RPi Arm)
#46
maciekglowka
closed
1 year ago
3
Fix import of MemoryStore in doc comments
#45
tekul
closed
1 year ago
1
Implementing `MemoryStore`
#44
BurntNail
closed
1 year ago
5
Add a listener trait to listen to the creation, update and destruction of sessions
#43
octoape
opened
1 year ago
3
Type-safe `Session` handles
#42
avdb13
closed
1 year ago
1
How to connect to redis or pg ?
#39
HosMercury
closed
1 year ago
1
ReadableSession test utils
#38
lcmgh
closed
1 year ago
1
Update axum-extra requirement from 0.6.0 to 0.7.1
#37
dependabot[bot]
closed
1 year ago
0
[#24] Change default cookie name to avoid fingerprinting
#36
quasiuslikecautious
closed
1 year ago
2
Update axum-extra requirement from 0.6.0 to 0.7.0
#35
dependabot[bot]
closed
1 year ago
1
Update axum-extra requirement from 0.4.0 to 0.6.0
#34
dependabot[bot]
closed
1 year ago
0
"Session handle still has owners"
#32
j0lol
opened
1 year ago
5
Allow setting the HttpOnly value of the cookie
#30
jmmv
closed
1 year ago
1
proposed changes for async-session v4
#29
jbr
opened
1 year ago
0
Update axum-extra requirement from 0.4.0 to 0.5.0
#28
dependabot[bot]
closed
1 year ago
1
fix with_session_ttl doc typo
#27
extrawurst
closed
1 year ago
0
Session not saving when returning a redirect response
#26
volcie
closed
1 year ago
7
Rustdoc code doesn't compile due to minor import error
#25
tekul
closed
7 months ago
2
Resist session id name fingerprinting by default
#24
LeoniePhiline
closed
1 year ago
2
How to retrieve a readable session in middleware?
#22
avdb13
closed
1 year ago
11
Please consider to keep a changelog
#18
LeoniePhiline
closed
1 year ago
4
Change cookie insert to append
#17
sunhuachuang
closed
1 year ago
1
Idea: Rework session service implementation to use the new axum 0.6 state pattern
#16
maxcountryman
closed
1 year ago
3
Do not store cookie if not required
#15
ErikWegner
closed
2 years ago
11
Search every Cookie header for session cookie
#14
Spanfile
closed
2 years ago
1
Deadlock when using both read and write in the same handler
#13
Ptrskay3
closed
1 year ago
11
unit tests and unsaved behavior fix
#12
maxcountryman
closed
2 years ago
0
Use axum 6
#11
SorenHolstHansen
closed
2 years ago
2
Support axum 6
#10
SorenHolstHansen
closed
2 years ago
0
Consider switching to `ring` for consistency with `axum-login`
#9
maxcountryman
closed
1 year ago
0
Update axum to 0.6.0
#8
Ptrskay3
closed
1 year ago
2
Version 0.3.0
#7
maxcountryman
closed
2 years ago
0
initial sketch for `session.regenerate()` support
#6
maxcountryman
closed
2 years ago
2
Regenerating session from request handler doesn't work
#5
Ptrskay3
closed
2 years ago
8
Unset client cookies on session destroy
#4
Ptrskay3
closed
2 years ago
2
Next