00:00:00 – 1. FastAPI Project Starting Authentication & Authorization
00:03:52 – 2. FastAPI Project Routers Scale Authentication File
00:07:59 – 3. FastAPI Project Router Scale Todos File
00:14:45 – 4. FastAPI Project One to Many Relationship
00:18:52 – 5. FastAPI Project Foreign Keys
00:22:49 – 6. FastAPI Project Users Table Creation
00:31:07 – 7. FastAPI Project Create First User
00:38:42 – 8. FastAPI Project Hash User s Password
00:45:47 – 9. FastAPI Project Save User to Database
00:50:51 – 10. FastAPI Project Authenticate a User
01:02:39 – 11. JSON Web Token (JWT) Overview
01:13:50 – 12. FastAPI Project Encode a JSON Web Token (JWT)
01:24:47 – 13. FastAPI Project Decode a JSON Web Token (JWT)
01:31:27 – 14. FastAPI Project Authentication Enhancements