auth0 / auth0-flutter

Auth0 SDK for Flutter
https://pub.dev/documentation/auth0_flutter/latest/
Apache License 2.0
57 stars 36 forks source link

Sign out looks like Sign in. #437

Closed modulovalue closed 2 months ago

modulovalue commented 2 months ago

Checklist

Description

Hello auth0 team,

when trying to logout, the sign-in dialog appears. Is this a known issue or could something be misconfigured on my end?

This happens after initiating ....webAuthentication().logout(useHTTPS: true) on iOS and macOS:

IMG_4600FEBF2B5C-1

Reproduction

Call ....webAuthentication().logout(useHTTPS: true).

Additional context

No response

auth0_flutter version

auth0_flutter: ^1.6.0

Flutter version

Flutter 3.16.7 • channel stable • https://github.com/flutter/flutter.git Framework • revision ef1af02aea (3 months ago) • 2024-01-11 15:19:26 -0600 Engine • revision 4a585b7929 Tools • Dart 3.2.4 • DevTools 2.28.5

Platform

iOS

Platform version(s)

No response

desusai7 commented 2 months ago

Hi @modulovalue,

Yes, this is a known issue and unfortunately, this cannot be fixed due to the limitations of ASWebAuthenticationSession.

More about this can be found in the FAQ's here. You may refer to the FAQ #3, #4 & #5

modulovalue commented 2 months ago

Thank you, @desusai7.