4D-Technologies / openidconnect_flutter

Complete Flutter OpenIdConnect Library
75 stars 44 forks source link

Save identity for web sign in with redirect #9

Open Jjagg opened 3 years ago

Jjagg commented 3 years ago

When using web sign in with useWebPopup set to false, the identity was not getting saved because the app only gets the response after the redirect from the auth provider.

This PR saves the identity after processStartup so the identity is stored after a redirect with a valid authentication response.

jhancock4d commented 1 year ago

See #30 as duplicate and my comment on this.