i’m currently using the javascript adapter by including it from my keycloak server (installed under docker) by including the lines
<script src=“http://localhost:8080/js/keycloak.js” async defer >
keycloak documentation says this is deprecated, and the download page no longer has a tar.gz version available. so i’d like to install it using npm, but am uncertain as to how this works.
i successfully execute the command ‘npm install keycloak-js’ from a terminal - but don’t understand how it will be accessed from my code? Would someone be able to explain, i’d be grateful, thanks