@gluedigital/chat-server-plugin-cliniweb
v0.2.4
Published
A chat-server plugin for Cliniweb integration.
Downloads
3
Keywords
Readme
Chat Server Plugin Cliniweb
A plugin for chat-server that adds Cliniweb login integration.
Usage
Add it before starting the chat-server:
const chat = new Chat()
const cliniweb = new Cliniweb(chat)
chat.start(5000)
Protocol
We add a new api endpoint: /auth
where you can POST a username and password and you get a cookie that allows you to pass the verifyClient step.