capacitor-community / generic-oauth2

Generic Capacitor OAuth 2 client plugin. Stop the war in Ukraine!
MIT License
231 stars 113 forks source link

Feat: Electron #251

Open DellanX opened 6 months ago

DellanX commented 6 months ago

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

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.