Commit Graph

8 Commits

Author SHA1 Message Date
efim c3d496c36c docs: readme and comments 2023-10-09 15:19:42 +00:00
efim ec47c9d610 fix: logout should set address to / and open / 2023-10-09 05:42:50 +00:00
efim a367ed9a34 fix: setting Secure behind nginx
bug was due to having explicit 'serve --http=address' when running
behind nginx on NixOS server
So either a more complicated check was required, or just setting
Secure=true unconditionally.

This seems to be a better way, because Firefox already allows secure
cookies beng sent and received from localhost for dev purposes, and
Chromium does too
2023-10-09 05:08:59 +00:00
efim 2a3d00839f feat: securing the cookies 2023-10-09 04:22:09 +00:00
efim bfee145b6c fix: removing printlns
todo - figure out good logging
2023-10-08 18:42:09 +00:00
efim 2676b87d5b feat: page reload on auth event 2023-10-06 12:38:09 +00:00
efim e1346e2f96 feat: logout route and login dialog 2023-10-06 09:20:00 +00:00
efim c87abb6956 initial hardcoded github oauth button 2023-10-06 06:49:22 +00:00