generic-oauth2
generic-oauth2 copied to clipboard
Feat: Code flow + PKCE for web platform ( with refreshtoken handler )
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
- Web
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.
Currently there is no plan to support this mostly because I have very little available time for open source dev until Q3 2022.