You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vue plugin install function automatically invokes init function, making the library hard to use when some routes of the application are available publicly without authentication, using check-sso mode.
Do you think it make sense to add an option to avoid this behavoir, and invoke init manually on keycloak instance ?
The text was updated successfully, but these errors were encountered:
I have implemented it in this commit Toilal@f170c5c, but it's based on my fork with vue2 support. Do you want me to open a pull request based on official master ?
The vue plugin install function automatically invokes
init
function, making the library hard to use when some routes of the application are available publicly without authentication, usingcheck-sso
mode.Do you think it make sense to add an option to avoid this behavoir, and invoke init manually on keycloak instance ?
The text was updated successfully, but these errors were encountered: