Angular SDK: Mail Verification

I’m using the latest Angualr SDK with Angular 12.

When a user verifies his email, the magic link would update the verified status.

But how to reflect this verified status in Auth0’s user object of the Angular SDK?

  • I cannot find a way to refresh Angular SDKs auth user object in Angular.
  • I also cannot force a reauth if the user is logged in already, as I always face a Failed Silent Auth error.

What is the intended procedure here using Angular SDK?

This is a massive blocker for us, so any help is appreciated!!!