github ory/hydra v0.3.0
0.3.0

latest releases: v2.2.0, v2.2.0-pre.1, v2.2.0-rc.3...
pre-release7 years ago

This release resolves issues around rfc7591 and system secret generation.

This release introduces the following breaking changes:

  • The system secret is now generated correctly. This will break your JWK store in RethinkDB. You will probably need to remove the jwk table from RethinkDB. Hydra will generate all required keys itself, next time you start a hydra instance.
  • The client HTTP API now takes scope string instead of scopes []string. Example: { "scope": "photos openid email" }. This change affects RethinkDB as well
  • hydra.Client.Scopes is now hydra.Client.Scope

Don't miss a new hydra release

NewReleases is sending notifications on new releases.