- Which SDK this is regarding: - auth0-angular, auth0.js
- SDK Version: - auth0-angular@1.40.0, auth0.js@9.8.2
- Platform Version: - Node 10.19.0
Hi,
I was playing around with this repo and my angular 10 app. I was able to get the samples from the repo to work and they work nicely. When I reviewed the code, I noticed there was webAuth.checkSession method that was hitting back to the decentralized auth0 api. I think this is really good for what I am trying to achieve for SSO. I have the following question. What is equivalent of doing the webAuth.checkSession in auth0-angular library? I’m trying to replicate the same SSO experience.