Use Keycloak with Koa

Has anyone used Keycloak with Koa? I found a library online but it does not work well, the link is https://github.com/anthinkingcoder/keycloak-koa-connect

I tried use Koa-session and external store with Mongo, the session can be written into Mongo but I can’t delete it from there.

And it seems Keycloak is not connecting with the Mongo session store. Anyone has any example? Thanks.