Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: emilva/hydra

Tags

v0.5.8

Toggle v0.5.8's commit message
oauth2: refresh token does not migrate session object to new token - c…

…loses ory#283 (ory#284)

v0.5.7

Toggle v0.5.7's commit message
jwk: add use parameter to generated JWKs - closes ory#279 (ory#280)

v0.5.6

Toggle v0.5.6's commit message
oauth2: scopes should be separated by %20 and not +, to ensure javasc…

…ript compatibility (ory#278)

* herodot: improve error logging
* oauth2: scopes should be separated by %20 and not +, to ensure javascript compatibility - closes ory#277

v0.5.5

Toggle v0.5.5's commit message
docker: fix typo in docker-http image

v0.5.4

Toggle v0.5.4's commit message
docker: resolve issue with docker-http image

v0.5.3

Toggle v0.5.3's commit message
docker: add http-only dockerfile and upgrade to go 1.7 base image (or…

…y#273)

v0.5.2

Toggle v0.5.2's commit message
client: owner should be fetched from original client when updating

v0.5.1

Toggle v0.5.1's commit message
0.5.0 (ory#243)

* cmd: hydra token user should show id token in browser - closes ory#224
* cli: hydra clients import doesn't print client's secret - closes ory#221
* travis: ld flags are wrong - closes ory#242
* all: resolve naming inconsistencies in jwk set names used in hydra - closes ory#239
* sdk: resolve naming inconsistencies - closes ory#226
* docs: resolve gitbook issue with image assets
* jwk: anonymous request can't read public keys - closes ory#253
* client: add ability to update client - closes ory#250
* core: document hard-wired JWK sets - closes ory#247
* docs: fix images in readme - closes ory#261

v0.5.0

Toggle v0.5.0's commit message
0.5.0 (ory#243)

* cmd: hydra token user should show id token in browser - closes ory#224
* cli: hydra clients import doesn't print client's secret - closes ory#221
* travis: ld flags are wrong - closes ory#242
* all: resolve naming inconsistencies in jwk set names used in hydra - closes ory#239
* sdk: resolve naming inconsistencies - closes ory#226
* docs: resolve gitbook issue with image assets
* jwk: anonymous request can't read public keys - closes ory#253
* client: add ability to update client - closes ory#250
* core: document hard-wired JWK sets - closes ory#247
* docs: fix images in readme - closes ory#261

v0.4.3

Toggle v0.4.3's commit message
travis: fix gox build process