node-oauth2-server icon indicating copy to clipboard operation
node-oauth2-server copied to clipboard

How to deal redirect_uris with extra params

Open TokioXx opened this issue 7 years ago • 1 comments

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?

TokioXx avatar Dec 06 '18 07:12 TokioXx

Push

NilsBaumgartner1994 avatar Nov 08 '21 12:11 NilsBaumgartner1994