Hi Jim,
Thanks for your reply. The template logout code you have works fine to kill application session however, to logout user for auth0 session, we need to call the logout url as per the documentation here Logout
The only problem with calling logout url to log user out from auth0 (so next time user gets a login page to login) is it will open a new browser window (which will have logout url) outside the ionic app and there is no easy way to close it.
This is very inconvenient and un-professional behavior for end user.
Could you please help me with this as this is something new with auth0 as my previous tenants did not require this and now I cannot deliver app to client just because of this.
Many thanks,
Jay