Using role based authorization you can restrict specific endpoints of your API to specific user types.
In this tutorial we associate a role to a user to authorize them to specific endpoints in our Flask API.
Chapters:
0:00 Intro
0:31 Recap
0:46 Role models
8:01 Auth decorator
13:22 Restricting endpoints to admins
Code:
https://github.com/demoskp/flask-auth...
Personal website:
http://www.petsas.consulting