capacitor-community / generic-oauth2

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

Feat: Code flow + PKCE for web platform ( with refreshtoken handler ) #179

Open kapten96 opened 2 years ago

kapten96 commented 2 years ago

Describe the Feature

We would like to use authentication flow for the web. Currently, we are using the implicit flow and as a recommended solution for authentication, we want to use code flow for the web too. When will this be possible and have support to do refresh token through the web.

Platform(s) Support Requested

Describe Preferred Solution

I want to have the same code flow for the web, it should be working as it is working for android and ios for the web platforms.

moberwasserlechner commented 2 years ago

Currently there is no plan to support this mostly because I have very little available time for open source dev until Q3 2022.