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

This PR fixes an issue where the plugin returns the error ERR_NO_AUTHORIZATION_CODE on iOS, even when the authorization code is correctly present in the redirect URL. Issues #199 and #279...

### Capacitor version: Run `npx cap doctor`: ``` @capacitor/cli: 6.1.0 @capacitor/core: 6.1.0 @capacitor/android: 6.1.0 @capacitor/ios: 6.1.0 ``` ### Library version: - 3.0.1 - 2.1.0 - 2.0.0 - other: (Please fill...

### Description On platform iOS after user sucessfully completes login on OAUTH provider page user is redirected back to the app where the following is logged in XCode indicating that...

### Capacitor version: Run `npx cap doctor`: ``` @capacitor/cli: 6.1.0 @capacitor/core: 6.1.0 @capacitor/android: 6.1.0 @capacitor/ios: 6.1.0 ``` ### Library version: - 3.0.1 - 2.1.0 - 2.0.0 - other: (Please fill...

**Description** I am experiencing an issue with the OAuth2 flow in my application when using Safari. The state parameter validation fails, resulting in an ERR_STATES_NOT_MATCH error, while the same flow...

Remove any mention of logout() from examples in the docs, since it's not functional. Add a section that points to the issue where workaround are discussed