- 10 Nov, 2015 1 commit
-
-
Brandon Philips authored
Make the docs feel more like a tutorial and add some more context.
-
- 08 Nov, 2015 1 commit
-
-
Brandon Philips authored
oauth2_proxy is a proxy you can put in front of any http application to add OAUTH 2.0 auth. I have added OIDC support to this proxy and to make it easy to get started lets add it to the fixture.
-
- 20 Oct, 2015 5 commits
-
-
Josh Wood authored
Minor, non-content, formatting fixes. LGTM.
-
Brian Waldon authored
build: add install instructions for go-bindata
-
Brandon Philips authored
Markdown needs a newline between a paragraph and a code block for most renderers. Fix this.
-
Brandon Philips authored
some of these items were space indented, others were tabbed. Use tabs.
-
Brandon Philips authored
Tell the user how to fix ther error! That is the best type of error message. :)
-
- 19 Oct, 2015 1 commit
-
-
Joe Bowers authored
server: Share token code
-
- 17 Oct, 2015 1 commit
-
-
Joe Bowers authored
-
- 16 Oct, 2015 6 commits
-
-
Joe Bowers authored
-
Joe Bowers authored
-
Joe Bowers authored
-
Joe Bowers authored
-
Joe Bowers authored
This patch proposes behavioral changes. In particular, referring systems will need to provide client ids under all circumstances.
-
Joe Bowers authored
-
- 13 Oct, 2015 5 commits
-
-
bobbyrullo authored
integration: check when there's no secret provided
-
Bobby Rullo authored
-
bobbyrullo authored
server: use standard lib http.Request.BasicAuth
-
bobbyrullo authored
Add auth0 on Similar Software list
-
bobbyrullo authored
refreshtoken: return base64 encoded token for in-memory backend.
-
- 12 Oct, 2015 1 commit
-
-
Yifan Gu authored
Previously if we use the in-memory backend, it will return a raw binary token for refresh token. This fixes the case.
-
- 06 Oct, 2015 2 commits
-
-
Matias Woloski authored
great work with dex guys! I remember talking to some of you back a year ago for using Auth0 internally for your products but you had some special requirements and it didn't work out. We are using CoreOS extensibly on our product for code sandboxing (https://medium.com/aws-activate-startup-blog/sandboxing-code-in-the-era-of-containers-294edb3a674) and we love it. Since you are listing similar software, I thought adding Auth0 would make sense, here. Writing a post on our blog about chaining dex with Auth0 would be nice as well.
-
Gyu-Ho Lee authored
Go 1.4+ has https://golang.org/pkg/net/http/#Request.BasicAuth method for http.Request and it was requested by CoreOS(kelsey) [1] with the same functionalities. If dex's Go development is being done in Go 1.4 or later, we should use the standard library. Thanks! --- [1] https://codereview.appspot.com/76540043/
-
- 01 Oct, 2015 5 commits
-
-
bobbyrullo authored
Protect admin api
-
Bobby Rullo authored
-
Bobby Rullo authored
Admin API now requires a 128 byte base64 encoded secret to be passed in Authorization header, closing up a potential security hole for those who expose this service.
-
bobbyrullo authored
server,cmd: Add flag for disabling registation
-
Bobby Rullo authored
-
- 30 Sep, 2015 3 commits
-
-
Bobby Rullo authored
For situations where admins add users.
-
bobbyrullo authored
db: log schema errors, distinguish them from nil results where needed
-
Joe Bowers authored
-
- 29 Sep, 2015 7 commits
-
-
Joe Bowers authored
Expose API to enable and disable users
-
Joe Bowers authored
includes changes to ensure uniform errors for DB and in-memory repos
-
Joe Bowers authored
-
Joe Bowers authored
-
bobbyrullo authored
build: add equals sign to avoid link warning when building project
-
Tim Riddell authored
-
bobbyrullo authored
Documentation: clearer guidance on creating OAuth 2 client ID
-
- 28 Sep, 2015 2 commits
-
-
bobbyrullo authored
build: vendor quotedprintable to build on Go < 1.5
-
Joe Bowers authored
-