(JWT) Authentication Tokens #17

Open
opened 2025-02-27 15:07:14 +00:00 by boris · 0 comments
Owner

Depending on difficulty and time, JWT tokens would be preferable, since session tokens are vulnerable to XSS attacks.
JS variable closure can be used to harden session tokens, but database would need to be modified to acommodate session tokens.

Depending on difficulty and time, JWT tokens would be preferable, since session tokens are vulnerable to XSS attacks. JS variable closure can be used to harden session tokens, but database would need to be modified to acommodate session tokens.
boris added the
feature
label 2025-02-27 15:07:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: boris/Ecobuddy#17
No description provided.