Which SDK this is regarding: e.g. auth0-angular
SDK Version: latest version of the sdk
Login is done using loginWithRedirect in the angular sdk like so
login(){
this.auth.loginWithRedirect();
}
After a succeful login i try to get the user details as documented in the quick guide and im getting null, when i checked the isauthenticated i found it false. any ideas