Flask authentication boilerplate
Change values in config.yaml
$ pip install -r requirements.txt
$ python create_admin.py
$ python api.py
- GET: Get all registered users in the system
- POST: Create a new user
- GET: Getting a particular user from the system
- PUT: Extending the admin status to any of the passed users in the URL
- DELETE: Deleting an existent user
Send HTTP basic authentication request