How To Build A Production Ready API - Auth, JWT, API Keys
Skills:
API Design90%
Key Takeaways
Builds a production-ready API using Hono, email/password authentication, JWT, and API keys for security
Original Description
Try Requestly For FREE: https://requestly.com
Hono is an amazing library that makes building type safe backend APIs incredibly easy. In this video I will show you how to build a fully type safe API from scratch that utilizes email/password auth, JWT, and API keys to secure the application. I will also show you how to use Requestly to make testing your API so much easier.
📚 Materials/References:
GitHub Code: https://github.com/WebDevSimplified/hono-api-with-auth-crash-course
🌎 Find Me Here:
My Blog: https://blog.webdevsimplified.com/
My Courses: https://courses.webdevsimplified.com/
Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified
⏱️ Timestamps:
00:00:00 - Introduction
00:01:15 - Hono Setup
00:02:37 - Basic Routing
00:08:32 - Requestly Setup
00:10:24 - Author CRUD Implementation
00:20:00 - Automating Requestly
00:25:58 - Database Setup
00:41:25 - Auth/JWT Setup
01:02:53 - API Key Setup
01:30:55 - Book CRUD Implementation
#Hono #WDS #Requestly
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: API Design
View skill →Related Reads
📰
📰
📰
📰
Flask: The Python Web Framework That Every Developer Should Learn
Medium · Python
Swift typealias — What It Is, What It Does, and Why It Matters
Medium · Programming
s3fifo 1.0: Zero-Allocation S3-FIFO Cache for Node.js is Ready for Production
Dev.to · JeongSeop Byeon
Node.js Error Handling Patterns for Production Queue Systems
Dev.to · Faisal Nadeem
Chapters (10)
Introduction
1:15
Hono Setup
2:37
Basic Routing
8:32
Requestly Setup
10:24
Author CRUD Implementation
20:00
Automating Requestly
25:58
Database Setup
41:25
Auth/JWT Setup
1:02:53
API Key Setup
1:30:55
Book CRUD Implementation
🎓
Tutor Explanation
DeepCamp AI