- 30 Oct, 2015 3 commits
-
-
Bobby Rullo authored
Issuer name can be used in Emailer
-
Bobby Rullo authored
This is so we can populate emails with things like the issuer name.
-
Bobby Rullo authored
Invite emails are essentially just reset password emails with a different template (though this can and probably will change (slightly) in the near future)
-
- 29 Oct, 2015 3 commits
-
-
bobbyrullo authored
use GCM instead of CBC
-
George Tankersley authored
-
George Tankersley authored
-
- 22 Oct, 2015 4 commits
-
-
bobbyrullo authored
Dockerfile: use go 1.4 to build
-
Bobby Rullo authored
-
bobbyrullo authored
Dockerfile: use right env var for email templates
-
Bobby Rullo authored
-
- 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 1 commit
-
-
Joe Bowers authored
Expose API to enable and disable users
-