mirror of
https://github.com/tinode/chat.git
synced 2025-03-14 10:05:07 +00:00
Example of a REST authenticator server.
This is an example of a server-side REST authenticator. It's a basic Python script meant to be run as a web server. It implements the required endpoints. It responds to all requests with dummy data.
The service uses Flask, so make sure it's installed:
pip install flask
Run the service as
python auth.py