Skip to content
This repository has been archived by the owner on Aug 24, 2018. It is now read-only.

Commit

Permalink
updated scope list and removed hydra.consent.* (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
abusaidm authored and arekkas committed Oct 21, 2017
1 parent dbb5dbf commit c2738a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const router = express.Router()
const OAuth2 = require('simple-oauth2')
const qs = require('querystring')

const scope = 'hydra.consent hydra.consent.*'
const scope = 'hydra.consent'
const oauth2 = OAuth2.create({
client: {
id: qs.escape(process.env.HYDRA_CLIENT_ID),
Expand Down

0 comments on commit c2738a5

Please sign in to comment.