auth0/auth0-flutter

Sign out looks like Sign in.

Closed this issue · 2 comments

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

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

Thank you, @desusai7.