MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
275 stars 245 forks source link

Add response_type #263

Closed iTEEECH closed 2 years ago

iTEEECH commented 2 years ago

Hi,

is it possible to add new response type or the possibility to add directly in flutter code for more flexibility please ?

I need the response_type : 'messenger_code' to exchange code without PKCE because. In my case, I exchange the obtaining of the authorization code directly with our api which goes through our OAuth2 authentication service, therefore the secret client is directly on the api and we do not need the PKCE.

thank you

MaikuB commented 2 years ago

This is something you would need to look at working on yourself via a fork/PR