Allow localhost redirect URI to work regardless of the port
If the redirect URI of a registered app is set to http://localhost the redirect URI check must work regardless of the port, so if I start the flow using redirect_uri param to "http://localhost:3000" this should work (same as Github is doing).
This will ease the development of desktop applications that requires oauth2 flow.
3
votes
