MaikuB / flutter_appauth

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

[flutter_appauth] Skip HTTPS check for unsecure connections for attributes built 'onAttachedToEngine' method. #301

Closed jpuerto closed 2 years ago

jpuerto commented 2 years ago

This PR is to finish the fix started with the PR #228. This fix works fine for authorization, but on token refresh the HTTPS check error is triggered again.

MaikuB commented 2 years ago

Good spot and thanks for the PR!