node-oauth2-server
node-oauth2-server copied to clipboard
How to deal redirect_uris with extra params
Let's assume that there is a valid client whose redirect url is 'https://github.com/oauth/callback'. When it request authorizition, it add some extra param to the url like 'https://github.com/oauth/callback?custom_param=something'. In this case, it would be rejected by node-oauth2-server. Is there any solution to handle this situation?
Push