oauth2-server
oauth2-server copied to clipboard
Make the /verify endpoint accept a token instead of client creds
This would mean less evaluations of scrypt and less handling of the credentials themselves.
Relevant sections here: https://tools.ietf.org/html/rfc6749#section-2.1 https://tools.ietf.org/html/rfc6749#section-4.4
In particular, "The client credentials grant type MUST only be used by confidential clients."