vue-oidc-client
vue-oidc-client copied to clipboard
Question: Plans to move to AppAuth-JS or other maintained OIDC project
Hello 👋 I was looking at using this repo for a project but noticed that the OIDC dependency (oidc-client-js) appears to have become unmaintained starting in the middle of 2021 (reference). I was wondering if there were any plans to move to a maintained OIDC dependency? I know that (AppAuth-JS) is maintained as the official TS/JS OIDC client, so I would assume that may be a strong contender? Thanks -- @codeape
Not at the moment since I haven't really worked on this for a while. Maybe one day (terrible answer I know).
Better an honest answer than a dishonest one! Appreciate your response. I'll play around some with this project. If we end up using it then I'll look at the effort to migrate to AppAuth-JS, if you're interested? It doesn't look like it would be a ton of effort for someone on our team to do.
There is now the project https://github.com/authts/oidc-client-ts which is the typescript fork of the original oidc-client, which is probably capable of being a near drop-in replacement.