Skip to content

Commit

Permalink
oauth2: allow redirection to client if consent was denied
Browse files Browse the repository at this point in the history
Closes #371
  • Loading branch information
Aeneas Rekkas (arekkas) committed Jun 5, 2017
1 parent 002b48f commit ee1c5ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import:
- package: github.com/oleiade/reflections
version: 1.0.0
- package: github.com/ory/fosite
version: 0.9.2
version: 0.9.3
subpackages:
- compose
- handler/oauth2
Expand All @@ -48,7 +48,7 @@ import:
- package: github.com/spf13/cobra
- package: github.com/spf13/viper
- package: github.com/square/go-jose
version: 2.1.1
version: ~1.1.0
subpackages:
- json
- package: github.com/stretchr/testify
Expand Down

0 comments on commit ee1c5ac

Please sign in to comment.