vue-oidc-client icon indicating copy to clipboard operation
vue-oidc-client copied to clipboard

Question: Plans to move to AppAuth-JS or other maintained OIDC project

Open code-ape opened this issue 2 years ago • 3 comments

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

code-ape avatar Jan 13 '22 16:01 code-ape

Not at the moment since I haven't really worked on this for a while. Maybe one day (terrible answer I know).

soukoku avatar Jan 13 '22 16:01 soukoku

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.

code-ape avatar Jan 13 '22 22:01 code-ape

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.

SeanLMcCullough avatar Jul 07 '22 04:07 SeanLMcCullough