1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-07-03 01:07:02 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
802754caad Migrate to oauth2-proxy/oauth2-proxy 2020-03-29 15:40:10 +01:00
d934309b44 Add preferred_username support (OIDC provider) (#420)
* Add support for preferred username.

* Add missing TOC entries.

* Add note about preferred_username support.

* Adjust tests.

* Check on not implemented error for GetPreferredUsername() call.

Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
2020-03-01 15:02:51 +00:00
d1ef14becc Move cookie to pkg/encryption 2019-06-15 11:33:57 +02:00
e881612ea6 Fix session_state type 2019-06-05 00:10:51 -07:00
34cbe0497c Add CreatedAt to SessionState 2019-05-20 11:26:09 +02:00
1d29a0d094 Drop Session suffix from SessionStore methods 2019-05-18 13:10:12 +02:00
530acff38c Add SessionStore interface 2019-05-18 13:10:00 +02:00
2ab8a7d95d Move SessionState to its own package 2019-05-18 13:09:56 +02:00