Skip to content

Commit

Permalink
Merge pull request particle-iot#31 from AntonPuko/oauth
Browse files Browse the repository at this point in the history
scope temporary fix
  • Loading branch information
jlkalberer committed Dec 9, 2016
2 parents e48b6fc + 6292453 commit 4dca44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/OAuthModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class OauthModel {
};

// todo figure out this function
validateScope = (user: User, client: Client, scope: string): string => scope;
validateScope = (user: User, client: Client, scope: string): string => true;
}

export default OauthModel;

0 comments on commit 4dca44c

Please sign in to comment.