Skip to content

Commit 25e1981

Browse files
authored
Merge branch 'master' into migration/3.0
2 parents 0550c47 + 69af291 commit 25e1981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/model/model.js

+1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ class OAuthMeteorModel {
183183
return ['authorization_code', 'refresh_token'].includes(grantType)
184184
}
185185

186+
186187
async verifyScope (accessToken, scope) {
187188
return accessToken.scope.sort().join(',') === scope.sort().join(',')
188189
}

0 commit comments

Comments
 (0)