Skip to content
Snippets Groups Projects
Commit 1418640d authored by ale's avatar ale
Browse files

Switch to a simpler session implementation

Drop gorilla/sessions in favor of using gorilla/securecookie
directly (we use a single cookie anyway). Since securecookie already
has its own expiration timestamp, we can drop some stuff from httputil
as well.
parent 655b0a9f
Branches
No related tags found
1 merge request!6Refactor the login handler
Showing
with 138 additions and 1159 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment