generic-oauth2 icon indicating copy to clipboard operation
generic-oauth2 copied to clipboard

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

Results 76 generic-oauth2 issues
Sort by recently updated
recently updated
newest added

### Description ### Capacitor version: Run `npx cap doctor`: ``` Latest Dependencies: @capacitor/cli: 4.6.1 @capacitor/core: 4.6.1 @capacitor/android: 4.6.1 @capacitor/ios: 4.6.1 Installed Dependencies: @capacitor/ios: not installed @capacitor/cli: 4.6.1 @capacitor/core: 4.6.1 @capacitor/android:...

### Description I'm having trouble getting this package to open a native authenticator app for our OAuth2 provider. The authorization URL in question is; `https://idp.e2e.itsme.services/v2/authorization`. The above URL **opens the...

I used the capacitor oAuth plugin with azure keyclock in react+capacitor app, on web and android its working fine but on ios i am getting following [error] - {"errorCode":"popup_window_error","errorMessage":"Error opening...

### Describe the Feature As recommended by the [OAuth 2.0 for Native Apps RFC](https://www.rfc-editor.org/rfc/rfc8252.txt) claimed "https" scheme redirect URIs (or app links on Android/iOS) should be favoured for security reasons...

### 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...

capacitor-oauth2 - I am trying to use this plugin in web , ios & android. This is working fine with web but not workig in android & ios. When i...

### Description I call OAuth2Client.authenticate on android; the MS auth page opens and I click 'continue' to login with my MS account. Then the logs show a returned object with...

I have installed the plugin, and now i am writing the unit test cases for the project, i implement all required setup for jest, when running a normal test file...

### Description Trying to use Google OAuth on Web+Android. Works fine in SPA. On Android, I see that the token is obtained successfully in the logs, but it is not...