- 08 Dec, 2015 3 commits
-
-
Eric Chiang authored
Add bitbucket implementation of oauth2 connector.
-
Eric Chiang authored
Add interface for oauth2 connectors and a github implementation.
-
Eric Chiang authored
Update Godeps to include: * coreso/go-oidc#24: reqiured for GitHub connector * coreso/go-oidc#26: better error messages when connectors are misconfigured
-
- 02 Dec, 2015 4 commits
-
-
Eric Chiang authored
documentation: clarify db permissions in getting started doc
-
Eric Chiang authored
In the 'getting started' doc create a user and database for dex to clarify that the user needs permissions to create databases, but dex does not. closes #127
-
Eric Chiang authored
*: trim newlines from base64 command for Linux compatibility
-
Eric Chiang authored
base64 wraps lines on Linux after 76 characters. Use tr to trim the newlines in a portable way.
-
- 01 Dec, 2015 5 commits
-
-
bobbyrullo authored
registration: trim spaces and sanity check user email from form
-
bobbyrullo authored
user: fix bug in ValidEmail helper
-
Eric Chiang authored
When a user attempts to register an email, trim prefixed and trailing spaces, then perform a basic sanity check to ensure it's of form "test@example.com". Fixes #163
-
Brandon Philips authored
We aren't coming up if you google OAuth 2 on Google. Fix this.
-
Eric Chiang authored
mail.ParseAddress will stop parsing a string once it finds a valid email address. This means you could give ValidUser an email address followed by junk and it would mark it valid. This commit fixes this behavior and adds some more test cases. Fixes #189
-
- 18 Nov, 2015 4 commits
-
-
Joe Bowers authored
New invitation endpoint
-
Joe Bowers authored
An invitation allows users to both verify their email address and set a new password.
-
bobbyrullo authored
server: add scope to newLoginURLFromSession
-
Marcus Stong authored
need to make sure the scope is present otherwise will be considered an invalid request fixes #135
-
- 13 Nov, 2015 2 commits
-
-
Brandon Philips authored
Update README.md
-
Brian Fallik authored
fix whitespace issue
-
- 11 Nov, 2015 5 commits
-
-
Joe Bowers authored
-
Joe Bowers authored
-
Joe Bowers authored
-
Joe Bowers authored
-
Brandon Philips authored
-
- 10 Nov, 2015 2 commits
-
-
Josh Wood authored
Improve docs for the getting started guide for oauth2_proxy
-
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.
-
- 04 Nov, 2015 2 commits
-
-
bobbyrullo authored
Documentation: fix link
-
bobbyrullo authored
-
- 03 Nov, 2015 4 commits
-
-
bobbyrullo authored
Fix typo in README
-
Quentin Machu authored
-
bobbyrullo authored
Documentation: document connectors format.
-
Bobby Rullo authored
-
- 02 Nov, 2015 2 commits
-
-
bobbyrullo authored
Documentation: turn on registration in examples
-
Bobby Rullo authored
fixes #169
-
- 30 Oct, 2015 4 commits
-
-
bobbyrullo authored
Invite emails
-
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 2 commits
-
-
bobbyrullo authored
use GCM instead of CBC
-
George Tankersley authored
-