@gluedigital/chat-server-plugin-fakeauth
v0.0.1
Published
A chat-server plugin for fake authorization.
Downloads
4
Keywords
Readme
Cliniweb plugin
A plugin for chat-server that adds authentication call to cliniweb.
Usage
Add it before starting the chat-server:
const chat = new Chat()
const cliniweb = new Cliniweb(chat)
chat.start(5000)