A simple file sharing site with an easy to use API and online panel.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 line
114B

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