MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
270 stars 243 forks source link

[flutter_appauth] fix prompt delimit with space #307

Closed angle319 closed 2 years ago

angle319 commented 2 years ago

Hi MaikuB, I found a bug for using multiple parameter "prompt". Should delimit with space.

image

Refer OIDC spec.

MaikuB commented 2 years ago

Thanks!