Role Based Authenticated RESTful API - Python & Flask
This post shows how to create an authenticated RESTful API using Python and Flask. The basic idea is you can customise what HTTP operations a user group can perform. For example, a user with the ad...