1
0
mirror of https://github.com/Foltik/Shimapan synced 2025-02-02 00:10:25 -05:00
shimapan/app/util/verifyScope.js

4 lines
114 B
JavaScript

const verifyScope = (scope, requiredScope) => scope.indexOf(requiredScope) !== -1;
module.exports = verifyScope;