Changes since alpha.5
For an overview of v2 changes refer to the upstream docs: https://github.com/coreos/dex/blob/master/Documentation/v2.md
Documentation:
Bug fixes:
- Fixed Postgres transaction level (#654)
- Logging in with a bad username no longer returns a 500 (#658)
- Fixed another case of the server using nano seconds instead of seconds (#671)
Features:
- Conformance tests added for concurrent updates (#654)
- API endpoints for creating and updating "local" passwords (#649)
- API supports client auth (#661)
- Build with go 1.7.3 instead of 1.7.1 (#666)
- Switched yaml parser (#667)
- LDAP connector accepts base64 encoded CA literal in config (#668)
- Expose expiry settings in config (#665)
- Debug flag on example-app (#670)
- Accept raw bcrypt values for staticPasswords (#667, #669)