filmov
tv
Fastify User Authentication with JWT 👨💻 Develop an App from Scratch (Part 4)
Показать описание
In this video I will start working on the controllers. I will use Fastify as the HTTP(s) server and router. I start by installing and setting up Fastify. After that I start working on the users controller which will support Create/Read/Update/Delete endpoints and a special login endpoint for JWT authentication. After I setup the CRUD RESTful API endpoints I use @fastify/jwt to setup authentication with json web token. I abstract away the JWT authentication utilities to a seperate plugin which allows me to create a token and make an endpoint inaccessible if a user is not logged in.
Repository:
Contents:
0:00 Introduction
0:22 Changes to the Models Since Last Video
3:13 Setup Fastify
9:01 Create the Users Controller Plugin
15:36 Get a Single User (GET request)
18:12 Create a New User (POST request)
26:49 Modify User Details (PUT request)
30:01 Delete a User (DELETE request)
31:20 Move Types and Schemas to Separate Files
25:23 Create a Login Endpoint
39:04 Setup @fastify/jwt
47:25 Conclusion
Social Media:
#project #application #fastify #jwt #auth
Repository:
Contents:
0:00 Introduction
0:22 Changes to the Models Since Last Video
3:13 Setup Fastify
9:01 Create the Users Controller Plugin
15:36 Get a Single User (GET request)
18:12 Create a New User (POST request)
26:49 Modify User Details (PUT request)
30:01 Delete a User (DELETE request)
31:20 Move Types and Schemas to Separate Files
25:23 Create a Login Endpoint
39:04 Setup @fastify/jwt
47:25 Conclusion
Social Media:
#project #application #fastify #jwt #auth
Master Fastify Authorization: Protect Your API Routes
Fastify User Authentication with JWT 👨💻 Develop an App from Scratch (Part 4)
Session vs Token Authentication in 100 Seconds
🔐 Unveiling Simple Fastify JWT Authentication 🔐
Node fastify and mongodb crud api with jwt authentication
#5FASTIFY+JWT + MYSQL(AUTHENTICATION WITH JWT)PROTECT UR ROUTES WITOUTUSING FASTIFY-JWT,FASTIFY-AUTH
Node.js Tutorials: Token Based Authentication Fastify | Fastify JWT | JWT Authentication in Fastify
NodeJS - Fastify JWT Tutorial with custom validation
JWT Authentication in Node Js | Node Js | JavaScript | Fastify #fastify
Autenticação usando JWT, NodeJS e Fastify
Learn JWT in 10 Minutes with Express, Node, and Cookie Parser
Session Vs JWT: The Differences You May Not Know!
AUTENTICAÇÃO e AUTORIZAÇÃO em APIs Node.js com Fastify e JWT na prática 🔐💡
Fastify Auth with Passport in 4 MINS
Why is JWT popular?
JWT Authentication - Beginners Guide With Real Application
#8CHECK USER PRESENT OR PERSIST IN DB FASTIFY + MYSQL + JWT
Next.js App Router Authentication (Sessions, Cookies, JWTs)
#9SAVE USER PASSWORD IN ENCRYPTION FORM IN DB WHILE SIGNING UP FASTIFY + MYSQL +BCRYPTJS+JWT
Should you Implement Authentication Yourself?
#12CORS HANDLING IN FASTIFY (REACT + FASTIFY + MYSQL +JWT)
Session Based Authentication | Authentication Series
Build a Nest.JS, Fastify, GraphQL, and Mongo Auth API
#6FASTIFY+JWT + MYSQL+MIDDLEWARE(AUTHENTICATION WITH JWT)#Middleware #protectwhole application route
Комментарии