Description
In this course, you will learn :
- Flask-RESTful
- Token authentication
- Rate limiting
Syllabus :
1. Resourceful Blueprints
- What We're Going to Build
- Models
- Resources
- Ingredient Resource
- Blueprints
- Register API
- Reqparse
- Parse the Request
- Marshalling
- Ingredient Fields
- Beyond GET and POST
2. API Protection
- Hashing Users
- Password hashing
- User Resource
- Create User
- HTTP Basic Auth
- Generating Tokens
- Rate Limiting