Arne Luenser
f56e5fad74
fix: append /v2 to module path
2023-01-28 08:40:41 +01:00
Kevin Goslar
d768cf6580
docs: standardize license headers ( #3216 )
2022-11-03 10:10:12 -05:00
aeneasr
e7834ecb19
feat: improved cookie controls
...
New cookie configuration options have been introduced, allowing a higher degree of control:
```yaml
serve:
cookies:
same_site_mode: Lax
same_site_legacy_workaround: false
domain: example.com
names:
login_csrf: ory_hydra_login_csrf
consent_csrf: ory_hydra_consent_csrf
session: ory_hydra_session
```
BREAKING CHANGE: The default names of cookies have changed:
```patch
- oauth2_authentication_csrf
+ ory_hydra_login_csrf
- oauth2_consent_csrf
+ ory_hydra_consent_csrf
- oauth2_authentication_session
+ ory_hydra_session
```
Use the new configuration option to change the cookie names back to v1.x if required.
2022-09-07 08:10:31 +02:00
hackerman
65b7406abe
Move dependencies to ory/x ( #1095 )
...
Signed-off-by: aeneasr <aeneas@ory.sh>
2018-10-23 06:59:31 -07:00
Aeneas
366ed57d9c
all: Updates license headers ( #793 )
2018-03-08 10:27:18 +01:00
Aeneas
dcbd6d8fcb
Add license header to all source files ( #644 )
...
Closes #643
2017-11-06 13:01:53 +01:00
Aeneas Rekkas (arekkas)
ede87686e9
docs: add swagger docs for the client endpoint
2017-05-07 10:52:08 +02:00
Aeneas Rekkas (arekkas)
e912acc3a1
all: move to new org
2017-05-07 10:52:08 +02:00
Aeneas Rekkas (arekkas)
b764c8e876
all: finalize ladon and logrus changes
2017-05-07 10:52:08 +02:00
John Wu
37be2badd6
log: resolve issues with LOG_LEVEL and log confidentiality
...
* fix log level missing the "error" level set from LOG_LEVEL (#324 )
* do not display datastore username and password in the log
Signed-off-by: John Wu <johnwu96822@gmail.com>
2016-12-12 23:53:14 +01:00
Aeneas
a297f7e57b
🔥 0.2.0 ( #165 )
...
* warden: rename `assertion` to `token` - closes #158
* config: do not log database credentials - closes #147
* oauth2: upgrade fosite - close #160
* config: do not store database config in hydra config - closes #164
* oauth2: id_token at_hash / c_hash is null - closes #129
* jwk: improve error message of wrong system secrect - closes #104
* readme: improve images, add benchmarks - closes #161
* cmd: improve connect dialogue - closes #170
* cmd: fix --dry option - closes #157
* firewall: document warden interface sdk
* readme: link openid connect and oauth2 introduction
* cmd: introduce FORCE_ROOT_CLIENT_CREDENTIALS env var - closes #140
* readme: document error redirect to identity provider - closes #96
* internal: fosite store must be consistent to avoid errors - closes #176
* client: add GetConcreteClient to http manager
* cmd: host process now logs basic information on all http requests - closes #178
* all: add memory profiling - closes #179
* warden: resolve nil pointer issue - closes #181
* cmd: clean up env to struct mapping, add more controls
* cmd: bcrypt cost should be configurable - closes #184
* cmd: token lifespans should be configurable - closes #183
* cmd: resolve issues with envirnoment config - closes #182
* cmd: implement tls termination capability - closes #177
* cmd: resolve issues with redirect logic and TLS
* oauth2: implement default oauth2 consent endpoint - closes #185
* warden - closes #188
* oauth2: id token claims should be set by using id_token - closes #188
* oauth2: oauth2 implicit flow should allow custom protocols - closes #180
* oauth2: core scope should not be mandatory - closes #189
* warden: warden sdk should not make distinction between token and request - closes #190
* warden: rename authorized / allowed endpoints to something more meaningful - closes #162
* ci: improve travis config
2016-08-09 14:05:18 +02:00
Aeneas Rekkas (arekkas)
9b516002d0
all: goimports
2016-07-20 12:45:18 +02:00
Aeneas Rekkas (arekkas)
9686a91dfa
all: add basic debug log level support
2016-07-20 12:42:43 +02:00
Aeneas
00fd93cab2
🔥 0.1-beta 🔥
2016-05-29 11:50:57 +02:00