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

Skip to content

Tags: allan-simon/hydra

Tags

v0.4.1

Toggle v0.4.1's commit message
cmd: resolve issue with token user flow (ory#212)

v0.4.0

Toggle v0.4.0's commit message
Merge pull request ory#209 from ory-am/0.4.0

v0.3.1

Toggle v0.3.1's commit message
all: resolve and test for issues in rethinkdb coldstart - closes ory#207

v0.3.0

Toggle v0.3.0's commit message
0.3.0 (ory#195)

* cmd: resolve broken formatting issue
* client: field scopes should be scope
* config: fix broken system secret method and add test case for it
* client: scope should be scope in rethinkdb too
* client: scope should be scope in rethinkdb too
* oauth2: resolve import paths broken by goimports

v0.2.0

Toggle v0.2.0's commit message
🔥 0.2.0 (ory#165)

* warden: rename `assertion` to `token` - closes ory#158
* config: do not log database credentials - closes ory#147
* oauth2: upgrade fosite - close ory#160
* config: do not store database config in hydra config - closes ory#164
* oauth2: id_token at_hash / c_hash is null - closes ory#129
* jwk: improve error message of wrong system secrect - closes ory#104
* readme: improve images, add benchmarks - closes ory#161
* cmd: improve connect dialogue - closes ory#170
* cmd: fix --dry option - closes ory#157
* firewall: document warden interface sdk
* readme: link openid connect and oauth2 introduction
* cmd: introduce FORCE_ROOT_CLIENT_CREDENTIALS env var - closes ory#140
* readme: document error redirect to identity provider - closes ory#96
* internal: fosite store must be consistent to avoid errors - closes ory#176
* client: add GetConcreteClient to http manager
* cmd: host process now logs basic information on all http requests - closes ory#178
* all: add memory profiling - closes ory#179
* warden: resolve nil pointer issue - closes ory#181
* cmd: clean up env to struct mapping, add more controls
* cmd: bcrypt cost should be configurable - closes ory#184
* cmd: token lifespans should be configurable - closes ory#183
* cmd: resolve issues with envirnoment config - closes ory#182
* cmd: implement tls termination capability - closes ory#177
* cmd: resolve issues with redirect logic and TLS
* oauth2: implement default oauth2 consent endpoint - closes ory#185
* warden - closes ory#188 
* oauth2: id token claims should be set by using id_token - closes ory#188
* oauth2: oauth2 implicit flow should allow custom protocols - closes ory#180
* oauth2: core scope should not be mandatory - closes ory#189
* warden: warden sdk should not make distinction between token and request - closes ory#190
* warden: rename authorized / allowed endpoints to something more meaningful - closes ory#162
* ci: improve travis config

0.1-beta.4

Toggle 0.1-beta.4's commit message
Resolve issues with warden and client api (ory#120)

* warden: fix firewall settings close ory#118

* client: do not base64 encode client secrets on http api close ory#119

* vendor: glide up

0.1-beta.3

Toggle 0.1-beta.3's commit message
all: update jwt-go to versioned package and update dependencies (ory#111

)

0.1-beta.2

Toggle 0.1-beta.2's commit message
client: resolved that secrets can not be set when using http or cli (o…

…ry#102)

0.1-beta1

Toggle 0.1-beta1's commit message
🔥 0.1-beta 🔥