# No documentation for keycloak-js?

**URL:** https://forum.keycloak.org/t/no-documentation-for-keycloak-js/9907
**Category:** Getting advice
**Created:** [July 5, 2021, 8:20am UTC](https://forum.keycloak.org/t/no-documentation-for-keycloak-js/9907 "2021-07-05T08:20:54Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ajmas](https://avatars.discourse-cdn.com/v4/letter/a/3ec8ea/32.png) [@ajmas](https://forum.keycloak.org/u/ajmas)
#### Post date: [July 5, 2021, 8:20am UTC](https://forum.keycloak.org/t/no-documentation-for-keycloak-js/9907/1 "2021-07-05T08:20:55Z")

</div>

Looking at the [keycloak-js](https://www.npmjs.com/package/keycloak-js) node.js package, there is no readme or apparent indication of documentation.

Can anyone point me to the documentation for this package, to save me needing to trawl through the source code?

Also, beyond opening a ticket, which I have already done, what is the right way to get the attention of the devs to remedy the readme issue?

---

<div class="post-metadata">

### Author: ![jangaraj](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/jangaraj/32/5175_2.png) [@jangaraj](https://forum.keycloak.org/u/jangaraj)
#### Post date: [July 5, 2021, 8:09pm UTC](https://forum.keycloak.org/t/no-documentation-for-keycloak-js/9907/2 "2021-07-05T20:09:45Z")

</div>

It’s javascript adapter [Securing Applications and Services Guide](https://www.keycloak.org/docs/latest/securing_apps/#_javascript_adapter)

You really don’t need to use library with the keycloak in the name. Just use some OIDC (certified) library.

BTW this is not a ticket. This is a just community discussion. I would open ticket in the issue tracker [https://issues.jboss.org/browse/KEYCLOAK](https://issues.jboss.org/browse/KEYCLOAK)

---

<div class="post-metadata">

### Author: ![dasniko](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/dasniko/32/2969_2.png) [@dasniko](https://forum.keycloak.org/u/dasniko)
#### Post date: [July 6, 2021, 5:50am UTC](https://forum.keycloak.org/t/no-documentation-for-keycloak-js/9907/3 "2021-07-06T05:50:50Z")

</div>

> [@ajmas](#):
>
> Looking at the [keycloak-js](https://www.npmjs.com/package/keycloak-js) node.js package,…

`keycloak-js` ist not a “Node.js” package, it’s for browser-usage! If you are looking for a solution for Node.js, see [GitHub - keycloak/keycloak-nodejs-connect](https://github.com/keycloak/keycloak-nodejs-connect)
