Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support electron #275

Closed
wants to merge 1 commit into from
Closed

Conversation

ameinhardt
Copy link

Would you consider adding support for electron.js apps, e.g. for authenticating without having access to redirect_uri?
Tests and documentation is not completed, yet. Electron should possibly not be a default dependency

Signed-off-by: Axel Meinhardt <26243798+ameinhardt@users.noreply.github.com>
@ameinhardt
Copy link
Author

Unfortunately it seems difficult to implement a proper 'server' for the handshake via cookies/redirect in electron. (electron/electron#23865, electron/electron#30717, electron/electron#27895)
Also, custom protocols (register*Protocol() ) with redirect seem on my tries to inherit the target cookies and keep the request 'pending' on a 302 redirect via header location.

@ameinhardt ameinhardt closed this Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant