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 67 generic-oauth2 issues
Sort by recently updated
recently updated
newest added

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

enhancement

### Describe the Feature I recently saw ionic team added a project 'trapeze' that manages some of the configuration of plugins with their native components. https://ionic.io/blog/introducing-trapeze Adding a configuration file...

enhancement

### Description I spent a day trying to figure out why I was getting ERR_NO_AUTHORIZATION_CODE on iOS and ERR_AUTHORIZATION_FAILED on Android. It turns out I just needed to add a...

enhancement

### Capacitor version: Run `npx cap doctor`: ``` Latest Dependencies: @capacitor/cli: 5.4.1 @capacitor/core: 5.4.1 @capacitor/android: 5.4.1 @capacitor/ios: 5.4.1 Installed Dependencies: @capacitor/cli: 4.3.0 @capacitor/core: 4.3.0 @capacitor/android: 4.3.0 @capacitor/ios: 4.3.0 [success] iOS...

enhancement

### Description Can't get Google to login with android. It says: Custom scheme URIs are not allowed for 'WEB' client type. I'm puzzled by this error because I thought the...

android

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.11 to 7.23.2. Release notes Sourced from @โ€‹babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

waiting for dependency

### Description When I try to access the Azure B2C login page with a specific language for the `ui_locales` parameter, the application throws the following error and the Sign in/Sign...

enhancement
android

### Capacitor version: Run `npx cap doctor`: ``` ๐Ÿ’Š Capacitor Doctor ๐Ÿ’Š Latest Dependencies: @capacitor/cli: 4.3.0 @capacitor/core: 4.3.0 @capacitor/android: 4.3.0 @capacitor/ios: 4.3.0 Installed Dependencies: @capacitor/cli: 4.3.0 @capacitor/android: 4.3.0 @capacitor/ios: 4.3.0...

Switched the authentication method from SafariURLHandler to ASWebAuthenticationURLHandler. Implemented ASWebAuthenticationPresentationContextProviding in the OAuth2ClientPlugin class.

### Description Hello, thanks for taking the time to look at my request. I'm not a mobile developer and have been banging my head against the wall for a few...