1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-19 00:27:39 +02:00
Commit Graph

1704 Commits

Author SHA1 Message Date
4ad4b11411 Update documentation to include session storage 2019-05-18 13:30:34 +02:00
72fd3b96a6 Update changelog 2019-05-18 13:10:59 +02:00
54393b91ed Increase linter deadline 2019-05-18 13:10:13 +02:00
1d29a0d094 Drop Session suffix from SessionStore methods 2019-05-18 13:10:12 +02:00
455e0004b8 Include SessionOptions in Options struct 2019-05-18 13:10:11 +02:00
1048584075 Add session-store-type flag 2019-05-18 13:10:10 +02:00
65302ed34b Rename RunCookieTests to RunSessionTests 2019-05-18 13:10:09 +02:00
02e80b7aab Check all information is encoded when cookie-secret set 2019-05-18 13:10:08 +02:00
553cf89579 Add tests for saving and loading a session in SessionStore 2019-05-18 13:10:08 +02:00
1c2ee715b3 Refactor session_store_test.go 2019-05-18 13:10:07 +02:00
b965f25c10 Implement SaveSession in Cookie SessionStore 2019-05-18 13:10:06 +02:00
15a2cf8b9e Implement ClearSession for cookie SessionStore 2019-05-18 13:10:05 +02:00
8b3a3853eb Implement LoadSession in Cookie SessionStore 2019-05-18 13:10:04 +02:00
965d95fd4f Update dependencies 2019-05-18 13:10:03 +02:00
0204054005 Add tests to check cookies set by SessionStores 2019-05-18 13:10:02 +02:00
6d162a1d78 Define session options and cookie session store types 2019-05-18 13:10:01 +02:00
530acff38c Add SessionStore interface 2019-05-18 13:10:00 +02:00
fd6655411b Move cookie configuration to separate package 2019-05-18 13:09:59 +02:00
2da89f8425 Allow embedded structs in env_options 2019-05-18 13:09:58 +02:00
14d559939f Fix dependencies 2019-05-18 13:09:57 +02:00
2ab8a7d95d Move SessionState to its own package 2019-05-18 13:09:56 +02:00
a1130e41a3 Merge pull request #156 from pusher/fix-templates
Fix templating escaping for logging templates in docs
2019-05-10 15:27:02 +01:00
e10b8860a6 Merge pull request #157 from pusher/docs-instructions
Add make targets for serving docs locally
2019-05-10 15:26:56 +01:00
5d7d0c4b4b Shorten README.md (#154)
* Update README.md

* Add changelog entry

Co-Authored-By: Joel Speed <Joel.speed@hotmail.co.uk>
2019-05-10 12:25:05 +01:00
16734dbee8 Add make targets for serving docs locally 2019-05-10 12:07:16 +01:00
090bc50ec3 Fix templating escaping for logging templates in docs 2019-05-10 11:45:14 +01:00
f262ec84d5 Fix broken link in installation doc (#153) 2019-05-09 15:12:27 +01:00
bd3bbbdf54 Merge pull request #152 from pusher/jekyll-url
Set Jekyll URL to https://pusher.github.io/oauth2_proxy
2019-05-09 13:53:08 +01:00
4d233c44dc Set Jekyll URL to https://pusher.github.io/oauth2_proxy 2019-05-09 11:52:11 +01:00
701c012567 Merge pull request #114 from pusher/jekyll-docs
Created docs directory, split README contents into separate pages.
2019-05-09 11:33:10 +01:00
9200eb8e97 split README.MD into pages 2019-05-09 11:06:32 +01:00
b8137ba666 Initialise Jekyll site 2019-05-09 10:48:35 +01:00
908ac24257 Merge pull request #146 from pusher/no-infer-username
Do not infer username from email
2019-05-09 10:30:28 +01:00
d4341ec40c Add breaking changes section to changelog 2019-05-09 10:26:40 +01:00
39d2f28a40 Add comment; update changelog 2019-05-09 10:14:01 +01:00
ec036d1005 Merge pull request #149 from timothy-spencer/fixredeemcodelogging
fixing code redemption error string logging
2019-05-08 17:38:49 +01:00
7179c5796a make unable to fetch user a warning message 2019-05-08 08:29:38 -07:00
1a8bd70b46 fixing code redemption error string logging 2019-05-07 10:47:15 -07:00
56da8387c0 Include JWT sub as User 2019-05-07 11:57:17 +01:00
15f48fb95e Don't infer username from email local part if username not set 2019-05-07 10:36:00 +01:00
3f2d21dde9 Remove go list - no longer needed 2019-05-07 10:35:30 +01:00
8519e7ccae Merge pull request #144 from kskewes/goversion
build: use go 1.12 for arm as well
2019-05-03 12:43:51 +01:00
8b06d255f7 Merge branch 'master' into goversion 2019-05-03 12:37:15 +01:00
81c9185ee3 Merge pull request #142 from kskewes/user
fix Docker user on arm
2019-05-03 12:34:13 +01:00
8fca58cf49 build: use go 1.12 for arm as well 2019-05-03 22:01:36 +12:00
308bcc06a4 fix Docker user on arm
Use simple USER directive.
Using `addgroup` in final `arm` image when building on amd64 doesn't work.
I must have made a mistake during cross build verification.

Alternative is to use qemu-static but it's not worth it for this.
2019-05-03 20:54:21 +12:00
3f2fab10e6 check google group based on email address 2019-05-02 17:11:25 -07:00
93b7d31332 Merge pull request #52 from MisterWil/enhanced_logging
Added auth and standard logging with templating and file rolling
2019-05-01 15:44:23 +01:00
9eaa9fdcbf Standardizing log messages to colons 2019-04-23 09:36:18 -07:00
8a17ef8d71 Fixing accidental variable name change. 2019-04-23 09:29:01 -07:00