capacitor-community / generic-oauth2

Generic Capacitor OAuth 2 client plugin. Stop the war in Ukraine!
MIT License
223 stars 106 forks source link

Fix Android version of assignResponses #171

Closed webflo closed 2 years ago

webflo commented 2 years ago

The android version of assignResponses serializes authorizationResponse and accessTokenResponse to a json string, but it should serialize to json similar to OAuth2ClientPluginWeb.assignResponses.

moberwasserlechner commented 2 years ago

Thx @webflo