forked from ory/hydra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
69 changed files
with
1,724 additions
and
1,315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.