This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat(untrusted-clients): restrict scopes that untrusted clients can r…
…equest Fixes #243.
- Loading branch information
Showing
with
95 additions
and 11 deletions.
- +9 −0 config/test.json
- +2 −1 docs/api.md
- +11 −0 lib/error.js
- +31 −8 lib/routes/authorization.js
- +42 −2 test/api.js