generic-oauth2
generic-oauth2 copied to clipboard
Generic Capacitor OAuth 2 client plugin. Stop the war in Ukraine!
Hello, I'm facing this problem trying to run my app on android device. Any help would be appreciated. thank you in advance, Mariateresa > Task :capacitor-status-bar:generateDebugResources UP-TO-DATE [capacitor] > Task...
Flow type: Authorization code Platform: iOS Provider: Azure Error: ERR_NO_AUTHORIZATION_CODE Code: ``` const options = { authorizationBaseUrl: 'https://login.microsoftonline.com/tenantid/oauth2/v2.0/authorize', accessTokenEndpoint: null, (
### Description I understand that capacitor-oauth2 does not support Apple Auth on the web. This becomes a bit of a dealbreaker since users can signup via Apple on iOS, then...
Fix #192 Added promoting refresh token errors to clients
### Description Does this plugin support using `ASWebAuthenticationSession`? I know that OauthSwift, which this plugin is using does, but in my testing, it seems that a regular Safari View is...
### Describe the Feature Make it possible to authorize with the Authorization Server based on username + password when there's a "trust relationship" between resource owner and the client. This...
Backported the fix for https://github.com/moberwasserlechner/capacitor-oauth2/issues/136 to the version of this plugin that supports Capacitor v2. I think it would be best to create a `v2` branch in this project, then...
Hey! Great plugin, haven't had any issues on iOS. However, OAuth on Android seems to open in an in app browser, which Google has disallowed since 2017. This makes Google...
### Capacitor version: Run `npx cap doctor`: ``` Any Capacitor 3 version ``` ### Library version: - 3.0.1 ### OAuth Provider: - Other: Ory Hydra ### Your Plugin Configuration ```typescript...
### Capacitor version: "@capacitor/cli": "2.0.0", Run `npx cap doctor`: ``` ``` ### Library version: - 2.1.0 ### OAuth Provider: - Google ### Your Plugin Configuration export const oauthLoginApi = {...