zitadel / zitadel-vue

Authenticate your ZITADEL users within your Vue applications
https://zitadel.com/docs/examples/login/vue
MIT License
15 stars 4 forks source link

vue-oidc-client #7

Open basharatusman opened 5 months ago

basharatusman commented 5 months ago

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?

fforootd commented 5 months ago

I guess @peintnermax can reply best to this

aDogCalledSpot commented 3 months ago

vuex-oidc looks promising

basharatusman commented 3 months ago

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.

aDogCalledSpot commented 3 months ago

The README links to vue3-oidc if using Vue3, so maybe that one's the right choice.