capacitor-community / generic-oauth2

Generic Capacitor OAuth 2 client plugin. Stop the war in Ukraine!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feat: Electron

DellanX opened this issue · comments

Describe the Feature

I have an app with iOS, Android and Electron Platforms, and would like to use this library for Authentication as well. I see that it is still not implemented. How may I help with this effort. As of now, it looks to me like I need to register a callback somewhere.

Platform(s) Support Requested

  • Electron

Describe Preferred Solution

Support for Electron near the same level in functionality as Android and iOS

Describe Alternatives

I've considered implementing the OAuth2.0 flow in Electron, and negotiating between electron and capacitor via persistent storage. But that solution is very much unideal.

Related Code

NA

Additional Context

Again, I am willing to spend some time helping out on this, I just need some direction.