Skip to content

Commit

Permalink
fix: add missing OAuth2TokenRevocationFactory to ComposeAllEnabled (#472
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ezerw authored Sep 12, 2020
1 parent bcacf0d commit 88587fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose/compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ func ComposeAllEnabled(config *Config, storage interface{}, secret []byte, key *
OpenIDConnectRefreshFactory,

OAuth2TokenIntrospectionFactory,
OAuth2TokenRevocationFactory,

OAuth2PKCEFactory,
)
Expand Down

0 comments on commit 88587fd

Please sign in to comment.