maxmantz / redux-oidc

A package for managing OpenID Connect authentication in ReactJS / Redux apps
MIT License
400 stars 112 forks source link

Switch oidc-client to oidc-client-ts #203

Open pkmnct opened 1 year ago

pkmnct commented 1 year ago

Since https://github.com/IdentityModel/oidc-client-js is no longer maintained, I'd love to see a switch to https://github.com/authts/oidc-client-ts which has better typing (and some additional bug fixes, etc).

drod21 commented 1 year ago

Hey @pkmnct I recently took over as maintainer, working on updating this project and figuring out how to publish/deploy, but in the meantime, you should be able to use redux-oidc-hooks from npm which is a fork with a switch to oidc-client-ts