- 09 Nov, 2016 2 commits
-
-
Eric Chiang authored
README: fix links
-
Stephan Renatus authored
-
- 08 Nov, 2016 5 commits
-
-
Eric Chiang authored
README: add link on v2 and section on getting help
-
Eric Chiang authored
-
Eric Chiang authored
*: readme updates for v2
-
Eric Chiang authored
-
Eric Chiang authored
-
- 06 Nov, 2016 1 commit
-
-
Eric Chiang authored
cmd/dex: only expand from env for storages and connectors
-
- 05 Nov, 2016 3 commits
-
-
Eric Chiang authored
server: use seconds instead of nano seconds for expires_in and expiry
-
Eric Chiang authored
Documentation: add doc describing v2 changes
-
Eric Chiang authored
-
- 04 Nov, 2016 6 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
cmd/example-app: add a --debug flag
-
Eric Chiang authored
Bcrypt'd hashes have "$" characters in them. This means that #667 (accepting actually bcrypted values) combined with #627 (expanding config with environment variables) broke the example config. For now, allow storages and connectors to expand their configs from the environment, but don't do this anywhere else.
-
Eric Chiang authored
-
Eric Chiang authored
cmd/dex: expose IDTokensValidFor and RotateKeysAfter server options in config
-
rithu leena john authored
-
- 03 Nov, 2016 9 commits
-
-
Eric Chiang authored
connector: accept base64 encoded CA and add convience open method
-
Eric Chiang authored
-
Eric Chiang authored
*: switch to github.com/ghodss/yaml for more consistent YAML parsing
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
ghodss/yaml converts from YAML to JSON before attempting to unmarshal. This allows us to: * Get the correct behavor when decoding base64'd []byte slices. * Use *json.RawMessage. * Not have to support extravagant YAML features. * Let our structs use `json:` tags
-
Eric Chiang authored
*: travis tests and build scripts should use Go 1.7.3.
-
rithu leena john authored
-
- 02 Nov, 2016 2 commits
-
-
Eric Chiang authored
cmd/dex: add option for gRPC client auth CA.
-
rithu leena john authored
-
- 01 Nov, 2016 9 commits
-
-
Eric Chiang authored
*: don't error out if a username doesn't exist in the backing connector
-
Eric Chiang authored
api: add gRPC endpoints for creating, updating and deleting passwords
-
Eric Chiang authored
Instead of throwing a 500 error if a user enters an invalid name, display the same text box as if the user had entered the wrong password. NOTE: An invalid username now returns much quicker than an invalid password. Consider adding an arbitrary sleep in the future if we care about masking which was invalid.
-
rithu leena john authored
-
Eric Chiang authored
storage/sql: use isolation level "serializable" for transactions
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
Documentation: add document on the dex API
-
- 31 Oct, 2016 2 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
contrib/openldap: remove OpenLDAP container
-
- 28 Oct, 2016 1 commit
-
-
Eric Chiang authored
Based on #640 we're going to osixia/openldap instead of rolling our own container. Removing this work for now. If we want it back we can revert easily enough.
-