Which package to use to integrate Keycloak with node js/ express js (es5)

Hi

I want to integrate Keycloak with node/express js project which is built in ES5.
Below are some of my findings.

  1. keycloak-connect - This was the best option but, I cannot use this package as it is deprecated.
  2. openid-client - This was the recommended alternative but it is in ES6 and it is giving error while importing.
  3. openid-client-request-es5 - This package is no longer maintained so a bit sceptical whether to use this or not.

Any suggestions on this topic will be extremely helpful.
Thanks

1 Like