capacitor-community / generic-oauth2

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

Feat: Add custom token fields #269

Open mirsella opened 4 months ago

mirsella commented 4 months ago

Describe the Feature

allow to add custom field to the token POST request

Platform(s) Support Requested

Describe Preferred Solution

a new field on both OAuth2RefreshTokenOptions and OAuth2AuthenticateOptions something like additionalTokenFields fields or data i dunno

thanks !