Tags: allan-simon/hydra
Tags
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
🔥 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
all: update jwt-go to versioned package and update dependencies (ory#111 )