samples-js-angular
samples-js-angular copied to clipboard
is it necessary to use Home Component to render User Details ? Can we get all user details to our main header or App Component ??
@raxitp02 The home component retrieves user info using this code:
await this.oktaAuth.getUser();
This can be called anytime after authentication.