- 16 Dec, 2015 1 commit
-
-
Eric Chiang authored
Closes #142
-
- 15 Dec, 2015 1 commit
-
-
Eric Chiang authored
Godeps: update coreos/go-oidc to include OIDC race condition fixes
-
- 10 Dec, 2015 3 commits
-
-
Eric Chiang authored
Update github.com/coreos/go-oidc/... to include coreos/go-oidc#17 which fixes a race condition in the OIDC connector.
-
Eric Chiang authored
connector: github and bitbucket oauth2 connectors added
-
Eric Chiang authored
db: strconv.ParseInt specify base 10
-
- 09 Dec, 2015 1 commit
-
-
Eric Chiang authored
closes #99
-
- 08 Dec, 2015 9 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
Add icons and styles for github and bitbucket buttons.
-
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
-
Eric Chiang authored
db: fixed missing return statement GetConnectorByID
-
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 3 commits
-
-
Joe Bowers authored
-
Joe Bowers authored
-
Joe Bowers authored
-