issues
search
alex-oleshkevich
/
starsessions
Advanced sessions for Starlette and FastAPI frameworks
MIT License
98
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Explicit Redis connection closing
#77
alex-oleshkevich
closed
1 week ago
0
ConnectionError to Redis in 2.2.0
#76
EnotYoyo
opened
1 week ago
2
Proposal: `starsessions.SessionStore.write` should be passed the `starlette.types.Message`
#74
ppena-LiveData
closed
5 months ago
1
Proposal: Support dynamic set cookies lifetime for each session when save
#73
trisduong
closed
4 weeks ago
7
Accessing session data when using custom store
#71
AakashGfude
closed
6 months ago
3
fix get_session_remaining_seconds() for rolling sessions
#70
deepcyrille
closed
4 weeks ago
3
cookie_https_only doesn't work when set to False
#69
jrobbins-LiveData
closed
8 months ago
2
Question about a potentially confusing comment
#68
jrobbins-LiveData
closed
4 weeks ago
3
Question: is the `exists` Store method used?
#67
jrobbins-LiveData
closed
4 weeks ago
2
Add cookie_domain when clearing sessions #65
#66
flowerseses
closed
1 year ago
2
Cookie deletion does not properly set the domain
#65
flowerseses
closed
1 year ago
0
Update README.md
#63
alex-oleshkevich
closed
1 year ago
0
improve test coverage
#62
alex-oleshkevich
closed
1 year ago
0
allow datetime.timedelta as lifetime value
#61
alex-oleshkevich
closed
1 year ago
1
Session does not work when mounting routes
#60
ni-aas
closed
1 year ago
1
PoC bug #58
#59
sileht
opened
2 years ago
0
session invalidation with redis
#58
sileht
opened
2 years ago
8
Issue with SessionAutoloadMiddleware
#57
sasha-id
closed
2 years ago
5
Switch redis libraries
#56
euri10
closed
2 years ago
2
aioredis dependency
#55
euri10
closed
2 years ago
1
Added null checks for session_id in redis store
#54
RamiAwar
closed
2 years ago
1
Request.session should be typed
#53
ananthb
closed
2 years ago
2
Separate rolling time extension from lifetime
#52
RamiAwar
closed
2 years ago
1
Potential issue with default values
#51
RamiAwar
closed
2 years ago
1
Regression on v2: session dict is lost after a redirect using httpx client
#50
euri10
closed
2 years ago
4
Corrected middleware order
#49
euri10
closed
2 years ago
0
Add rolling sessions
#48
alex-oleshkevich
closed
2 years ago
0
Rename middleware arguments
#47
alex-oleshkevich
closed
2 years ago
0
Rename Backend to Store
#46
alex-oleshkevich
closed
2 years ago
0
Replace redis_key_func with prefix argument
#45
alex-oleshkevich
closed
2 years ago
0
Change Backend.write sigrature to always require session ID.
#44
alex-oleshkevich
closed
2 years ago
0
Change Backend.write sigrature to always require session ID.
#43
alex-oleshkevich
closed
2 years ago
0
Middleware has to have strict defaults.
#42
alex-oleshkevich
closed
2 years ago
0
Rename `Backend` to `Store`
#41
alex-oleshkevich
closed
2 years ago
0
Replace `redis_key_func` with `prefix`
#40
alex-oleshkevich
closed
2 years ago
0
Drop `max_age` from cookie and redis backends.
#39
alex-oleshkevich
closed
2 years ago
0
Explore option to store session metadata in session
#38
alex-oleshkevich
closed
2 years ago
0
Add session autoloader middleware.
#37
alex-oleshkevich
closed
2 years ago
0
Remove Session class.
#36
alex-oleshkevich
closed
2 years ago
0
Change Backend.write sigrature to always require session ID.
#35
alex-oleshkevich
closed
2 years ago
0
Change Backend.write sigrature to always require session ID.
#34
alex-oleshkevich
closed
2 years ago
0
Replace `autoload` with extra middleware
#33
alex-oleshkevich
closed
2 years ago
0
Change Backend.write sigrature to always require session ID.
#32
alex-oleshkevich
closed
2 years ago
0
Session cookie must always expire at max-age
#31
alex-oleshkevich
closed
2 years ago
0
Add encryptors
#30
alex-oleshkevich
closed
2 years ago
0
`session_id` must be always required in backend methods.
#29
alex-oleshkevich
closed
2 years ago
0
Remove `secret_key` from middleware and require users to explicitly define backend instance.
#28
alex-oleshkevich
closed
2 years ago
1
Clean Session class interface
#27
alex-oleshkevich
closed
2 years ago
0
Move serializer from backend into middleware
#26
alex-oleshkevich
closed
2 years ago
0
Frontend cookies expiry resets on every session data change
#25
RamiAwar
closed
2 years ago
14
Next