recognizegroup / capacitor-plugin-msauth

Capacitor-wrapper for MSAL libraries. Works on iOS, Android and web.
Other
18 stars 22 forks source link

Add support for @capacitor-community/electron platform #14

Open michaelgoeke opened 1 year ago

michaelgoeke commented 1 year ago

I love what I see in the implementation you have going in your source code.

What are the chances we could get an electron implementation in here too? How long might that take?

I see there's an (old) capacitor plugin that's supposed to support electron here https://github.com/911-Secure/capacitor-msal (MIT license) perhaps that could serve as a starting point.

Thanks!

bartwesselink commented 1 year ago

Hi! At this moment, there are no plans to integrate Electron support. However, it seems like support could be added relatively easily as we already have a web version. It might be added in the future.

If, in the meantime, anybody wants to work on it, I think your link in combination with this guide could be really helpful: https://capacitor-community.github.io/electron/docs/creatingplugins.