Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 415 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 415 Bytes

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