MyMood-Alexa / MyMood-Interface

0 stars 2 forks source link

[DI-2.7] Backend User Authentication #45

Open jtam360 opened 5 years ago

jtam360 commented 5 years ago

Set cookies to httpOnly to prevent clientside cookie generation and disable document.cookie(). Rework adminHeader.html and userHeader.html to support modular transition without checking for cookies on clientside. Add session management to authenticate users on the backend. child of #14 connects #14