Boost your Flask skills with advanced session management techniques. Delve into protecting routes and utilizing JWT tokens in Flask, while leveraging Marshmallow for data validation and serialization. The course is designed to sharpen your advanced Flask skills by teaching you to authenticate users and secure endpoints.
Run the Login Endpoint
Complete the Login Responses
Fix the Login Endpoint Bug
Handling the Login Data
Implement a Signin Endpoint
Run and Generate a JWT Token
Setting Up JWT Authentication
Fix the JWT Bug
Complete Your Flask JWT Login
Secured Endpoint in Action
Implementing the JWT Required Decorator
Fix the JWT Protection Bug
Secure a New Flask Endpoint
Understanding Token Expiry and Refreshing
Generate and Refresh Tokens
Fix the Token Required Bugs
Defining a Refresh Route
Token Expiry and Refresh Mastery