Back to Chat

Example of a REST authenticator server.

rest-auth/README.md

0.25.2414 B
Original Source

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