- 04 Oct, 2016 8 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
- 03 Oct, 2016 11 commits
-
-
Eric Chiang authored
cmd/dex: rename file
-
Eric Chiang authored
-
Eric Chiang authored
dev branch: add SQL storage implementation
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
This change adds support for SQLite3, and Postgres.
-
- 01 Oct, 2016 1 commit
-
-
Eric Chiang authored
Currently, whether or not a user has authenticated themselves through a connector is indicated by a pointer being nil or non-nil. Instead add an explicit flag that marks this.
-
- 19 Sep, 2016 1 commit
-
-
Eric Chiang authored
dev branch: add TODO file
-
- 07 Sep, 2016 1 commit
-
-
Eric Chiang authored
dev-branch: generate string literals instead of escaped strings
-
- 06 Sep, 2016 7 commits
-
-
Eric Chiang authored
When compiling the default templates into the source code, use string literals instead of escaped strings to reduce merge conflicts.
-
Eric Chiang authored
dev branch: port templates from master branch
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
Add a small program to iterate over the templates directory and generate a go map of name to file data. This is so we can compile these templates into the dex binary instead of requiring files on disk. Also add a Makefile rule to do this automatically.
-
Eric Chiang authored
-
Eric Chiang authored
Since we don't have a good strategy which takes a username and password add a mock connector which implementes PasswordConnector so we can develop the frontend screens.
-
- 29 Aug, 2016 1 commit
-
-
Eric Chiang authored
dev branch: set response types supported in discovery based on server config
-
- 25 Aug, 2016 3 commits
-
-
Eric Chiang authored
While the issue tracker is being used for the master branch, add a TODO file to record work to do on this branch. Issues are currently unprioritized and do not indicate requirements for any particular milestone.
-
Eric Chiang authored
-
Eric Chiang authored
dev branch: support the implicit flow
-
- 24 Aug, 2016 4 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
dev branch: fix oauth2 values and remove unused code
-
Eric Chiang authored
-
- 19 Aug, 2016 2 commits
-
-
Eric Chiang authored
dev branch: run server tests at a non-root URL
-
Eric Chiang authored
As we've seen on master it's very easy mistakenly make changes that assume root URL paths. Run server integration tests at a non-root issuer URL to prevent this.
-
- 18 Aug, 2016 1 commit
-
-
Eric Chiang authored
dev branch: enable travis testing
-