Skip to content
Snippets Groups Projects

Refactor the login handler

Merged ale requested to merge better-login into master
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 42482e82
    Use securecookie for the httpsso handler · 42482e82
    ale authored
    There is no need for the complex gorilla/sessions machinery for what
    is basically a single cookie, so we switch to using
    gorilla/securecookie directly.
Loading