- 08 Dec, 2015 3 commits
-
-
Eric Chiang authored
Added missing err return introduced by #199
-
bobbyrullo authored
api: validate local connector existence before creating user
-
Eric Chiang authored
Add ConnectorConfigRepo to UserManager. When trying to create a RemoteIdentity, validate that the connector ID exists. Fixes #198
-
- 07 Dec, 2015 6 commits
-
-
bobbyrullo authored
Tweak dev guide & update example README
-
bobbyrullo authored
*: use example.com in place of coreos.com
-
Eric Chiang authored
This commit moves the user.Manage to its own package (user/manager) so it can import the connector package in a later commit. For clarity, it renames "Manager" to "UserManager" using gorname. This commit has no functional changes.
-
Brian Waldon authored
readme: added godoc link to readme
-
Brian Waldon authored
Align with RFC2606 for example email addresses, using example.com in place of coreos.com where appropriate.
-
Mike Kobit authored
- Be more explicit with exact instructions to startup - Change some of the commands that were using local directory with "./" when the executable was in a lower directory. These commands (like "./bin/dex-worker") did not work on ZSH or Bash, so I removed the leading "./" - Add some syntax highlighting markdown to code sections
-
- 02 Dec, 2015 5 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.
-
Eric Chiang authored
closes #114
-
- 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 1 commit
-
-
bobbyrullo authored
Documentation: turn on registration in examples
-