- Feb 12, 2020
-
-
ale authored
-
- Feb 06, 2020
- Jan 06, 2020
-
-
ale authored
-
- Dec 17, 2019
-
-
ale authored
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.
-
- Dec 15, 2019
-
-
ale authored
The login handler is now a simpler, standalone http.Handler wrapper. The separation between the SSO application and the login handler is now fairly complete. The login handler no longer forces the user to a specific workflow via session cookies, but it works on a request-by-request basis instead, which makes the "back" button works as expected (allowing the user to bail out of a broken 2FA process, for example). Session handling has been simplified as well: there is a single session for authentication and login state, which should remove the opportunity for session synchronization errors.
-
- Oct 24, 2019
-
-
ale authored
-
- Jun 30, 2019
-
-
ale authored
-
- Jun 20, 2019
-
-
ale authored
The sso service endpoint should send the proper CORS headers and respond to OPTIONS (for CORS prefetches) so that XmlHttpRequests on authenticated sites can (partially) work.
-
- May 24, 2019
- May 04, 2019
-
-
ale authored
First step towards letting users pick the method they prefer.
-
- Jan 29, 2019
-
-
ale authored
-
- Nov 22, 2018
-
-
ale authored
-
- Nov 18, 2018
- Nov 16, 2018
-
-
ale authored
-
- Oct 30, 2018
-
-
ale authored
-
- Oct 29, 2018
-
-
ale authored
-
- Aug 28, 2018
- Aug 17, 2018
- Feb 16, 2018
-
-
ale authored
-
- Jan 14, 2018
- Dec 19, 2017
-
-
ale authored
-
- Dec 17, 2017
- Dec 15, 2017
-
-
ale authored
-
- Dec 14, 2017
-
-
ale authored
-
- Dec 11, 2017
-
-
ale authored
-
- Dec 09, 2017
-
-
ale authored
-
- Nov 23, 2017
-
-
ale authored
-
- Nov 20, 2017
-
-
ale authored
-
- Nov 11, 2017
-
-
ale authored
-
- Nov 01, 2017
-
-
ale authored
-