This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/connector
Eric Chiang 221a1ad7a0 user: fix password info JSON encoding to survive round trips
PasswordInfos are marshaled when storing them in the database as
part of the local connector. However, the custom unmarsheler
defined could not unmarshal the standard marshling of this struct.

Add a struct tag to the Password field to correct this.

Closes #332
2016-02-23 16:25:56 -08:00
..
config.go *: move original project to dex 2015-08-18 11:26:57 -07:00
config_repo.go *: remove in memory connector config repo 2016-02-12 13:19:05 -08:00
config_repo_test.go user: fix password info JSON encoding to survive round trips 2016-02-23 16:25:56 -08:00
connector_bitbucket.go connector: add bitbucket connector 2015-12-08 10:19:29 -08:00
connector_bitbucket_test.go connector: add bitbucket connector 2015-12-08 10:19:29 -08:00
connector_github.go connector: add github connector 2015-12-08 10:17:18 -08:00
connector_github_test.go connector: add github connector 2015-12-08 10:17:18 -08:00
connector_ldap.go Make constants for default values, simplify logic 2016-02-16 23:58:41 +01:00
connector_ldap_test.go connector: add LDAP connector 2016-02-11 18:30:16 +01:00
connector_local.go connector: add LDAP connector 2016-02-11 18:30:16 +01:00
connector_oauth2.go Change status code used for redirects from StatusTemporaryRedirect (307) to StatusFound (302) 2016-01-23 22:33:53 +01:00
connector_oauth2_test.go connector: add github connector 2015-12-08 10:17:18 -08:00
connector_oidc.go Change status code used for redirects from StatusTemporaryRedirect (307) to StatusFound (302) 2016-01-23 22:33:53 +01:00
connector_oidc_test.go *: update all to accommodate changes to go-oidc 2016-01-12 17:16:28 -08:00
interface.go connector: add LDAP connector 2016-02-11 18:30:16 +01:00
login_local.go connector: add LDAP connector 2016-02-11 18:30:16 +01:00