-
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.
consent: Restrict fc & bc logout to sid parameter (ory#1691)
Closes ory#1660 Co-authored-by: Joshua Obasaju <[email protected]>
- Loading branch information
1 parent
0761156
commit d68838e
Showing
37 changed files
with
435 additions
and
535 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,9 +42,7 @@ docker: | |
.PHONY: e2e | ||
e2e: | ||
make test-resetdb | ||
export TEST_DATABASE_MYSQL='mysql://root:secret@(127.0.0.1:3444)/mysql?parseTime=true' | ||
export TEST_DATABASE_POSTGRESQL='postgres://postgres:[email protected]:3445/hydra?sslmode=disable' | ||
export TEST_DATABASE_COCKROACHDB='cockroach://[email protected]:3446/defaultdb?sslmode=disable' | ||
source ./scripts/test-env.sh | ||
./test/e2e/circle-ci.bash memory | ||
./test/e2e/circle-ci.bash memory-jwt | ||
./test/e2e/circle-ci.bash postgres | ||
|
@@ -113,4 +111,4 @@ install: | |
.PHONY: init | ||
init: | ||
GO111MODULE=on go get . | ||
GO111MODULE=on go install github.com/ory/go-acc | ||
GO111MODULE=on go install github.com/ory/go-acc |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.