node-oauth2-server
node-oauth2-server copied to clipboard
Set WWW-Authenticate header for invalid requests
This adds the WWW-Authenticate header for InvalidRequestError, InvalidTokenError, and InsufficientScopeError, as specified in RFC 6750, Section 3
Fixes #553