zincware / ZnSocket

Python implementation of a Redis-compatible API using websockets.
Apache License 2.0
2 stars 2 forks source link

Authentication #78

Open PythonFZ opened 1 week ago

PythonFZ commented 1 week ago

Have a client / server authentication implemented. Split into:

e.g. allow readonly access

PythonFZ commented 4 days ago

Also consider how to to this dynamically. E.g. request a room to be ro and then reset to rw with and without authentication