chatengine-io / react-chat-engine

React component for a cheap and easy chat API
138 stars 35 forks source link

Private Key support for every API #57

Closed alamorre closed 3 years ago

alamorre commented 3 years ago

Basically every action should be allowed with the Private Key auth mechanism.

This way the server can add users, send message and basically do anything.

Allows much for customizability of flows.

alamorre commented 3 years ago

Done