-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vue-oidc-client #7
Comments
I guess @peintnermax can reply best to this |
vuex-oidc looks promising |
Thanks @aDogCalledSpot. I was checking the open issues for that library and found pinia-oidc. It also uses oidc-client-ts and appears might be a better for for Vue3 / Pinia. |
The README links to vue3-oidc if using Vue3, so maybe that one's the right choice. |
maybe its an option to use: https://authjs.dev. There is already a zitadel provider but the vue/nuxt implementation is missing 😁 |
I just used oidc-client-ts with similar setup steps as Zitadel React and it works alright. There's not much Vue-specific about it. |
Thank you for setting up this library and the guide for Vue!
I see the library wraps vue-oidc-client, which wraps oidc-client-js. It looks like oidc-client-js is functional but no longer maintained.
Are there any plans to potentially use oidc-client-ts directly for zitadel-vue?
The text was updated successfully, but these errors were encountered: