perarnborg / vuex-oidc

Vuejs (with vuex) wrapper for open id authentication
MIT License
232 stars 64 forks source link

silentSignin, problem with public routes #174

Open hokkaido opened 3 years ago

hokkaido commented 3 years ago

Hi, I'm having a weird problem where silentSignin / Renew works with non-public routes, but fails with a context: "authenticateOidcSilent", error: "Frame window timed out" with public routes, which I debugged after stepping into vuex-oidc source code. The silent renew callback page is called in both scenarios.