alex-oleshkevich / starsessions

Advanced sessions for Starlette and FastAPI frameworks
MIT License
94 stars 11 forks source link

fix get_session_remaining_seconds() for rolling sessions #70

Open deepcyrille opened 5 months ago

deepcyrille commented 5 months ago

get_session_remaining_seconds() should return last_update + lifetime - now instead of created + lifetime - now.

deepcyrille commented 5 months ago

Anything I should do to get this PR released?

alex-oleshkevich commented 5 months ago

I will get back to it in 2-3 days.