3
Support external browser to open OAuth callback
Source: Kong/insomnia#6018 · opened by @d-fischer
Some sites, like Twitch, do not particularly like being embedded in Electron.  For this reason, there could be a minimalistic HTTP server embedded into Insomnia that will be used as callback URL that can be used as a callback URL that works in external browsers. • The port to listen to could be parsed from the redirect URL. - If the URL uses the https:// protocol, probably just return an error in the first iteration of this feature. • When a new token needs to be requested, the OAuth authorization URL could be opened in an external browser. • When redirected to the page served by Insomnia, the query parameters from the URL can then be parsed as normal. • The page itself doesn't really need to show much, other than maybe <h1>A…
No pledges yet. Be the first to back this.
Comments
Similar requests
[Usability] Stale OAuth access token used after switching environments
4 votes · 0 comments
Add JWT Bearer grant type support for OAuth2 authentication
1 vote · 0 comments
OAuth 2: support more parameters
3 votes · 0 comments
Allow access to OAuth 2.0 response from parents
1 vote · 0 comments
Local credential repository for OAuth 2
1 vote · 0 comments
No comments yet.