Bind Django Session to Discord Session #83

Open
opened 2024-12-19 16:59:06 +00:00 by corbz · 0 comments
Owner

The Django user session is stored independently of how Discord access tokens expire.
This leads to scenarios where you can access the web interface and encounter bugs due to an expired Discord access token, but a valid Django session.

The Django user session is stored independently of how Discord access tokens expire. This leads to scenarios where you can access the web interface and encounter bugs due to an expired Discord access token, but a valid Django session.
corbz added the
bug
label 2024-12-19 16:59:06 +00:00
corbz added this to the PYRSS project 2024-12-19 16:59:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: corbz/PYRSS-Website#83
No description provided.