- 13 Oct, 2015 3 commits
-
-
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 4 commits
-
-
bobbyrullo authored
build: vendor quotedprintable to build on Go < 1.5
-
Joe Bowers authored
-
Joe Bowers authored
server: disable users
-
Chris Swan authored
Provides a more accurate walk through of the screens and menus of the Google Developers Console encountered whilst creating a client ID. Fixes #125 Signed-off-by: Chris Swan <@cpswan>
-
- 26 Sep, 2015 2 commits
-
-
Joe Bowers authored
api: don't create a user if you can't send them an email
-
Joe Bowers authored
-
- 25 Sep, 2015 6 commits
-
-
Joe Bowers authored
-
Derek Parker authored
email/smtp: Fix type comparison error
-
Joe Bowers authored
-
Joe Bowers authored
-
Derek Parker authored
Fixes #134
-
Joe Bowers authored
server: user management endpoints strictly conform to schema
-
- 24 Sep, 2015 5 commits
-
-
Joe Bowers authored
This change disables the URL fixing behavior or the router associated with the user management schema. After this commit, URLS routing to /api/$VERSION/users must target exactly the specified paths. In addition, `/api/$VERSION/users/` will serve a 404 This change allows users to hit the user create endpoint, which would previously serve a redirect rather than actually making the associated change.
-
bobbyrullo authored
Add smtp support
-
Chance Zibolski authored
-
Chance Zibolski authored
-
Chance Zibolski authored
-
- 21 Sep, 2015 1 commit
-
-
Chance Zibolski authored
-
- 19 Sep, 2015 1 commit
-
-
bobbyrullo authored
cmd/dex-worker: wait 'til connectors are available
-