byu-cpe/Maeser

Session Cookies

blainefreestone opened this issue · 1 comments

Currently, the session cookie causes the Github auth to fail if there was a previously failed login attempt. The way to fix it is to clear the browser cookies. We need to find a way to fix this in the code itself.

A session can be invalidated by changing the flask app secret secret key (either manually or passing a different key to the blueprint).