এই ভিডিও সিরিজে আশা করি Rest API বিষয়টাকে সহজে সহজে উপস্থাপন করতে পেরেছি। যদি আমার ভিডিওগুলো থেকে কোন কিছু শিখতে পারেন, তবে অবশ্যই আমার ভিডিওগুলো সবার সাথে শেয়ার করে আমাকে কৃতজ্ঞ করবেন । আমার এই কষ্টার্জিত কাজগুলো সবার কাছে পৌঁছে দেয়ার দায়িত্ব আপনার ।
In this video, I will build and deploy a complete REST API using node.js & express.js.
In this video, I will show how to create a complete REST API using node.js, express.js and MongoDB database.
In this video, I will show how to authenticate the user by matching the database.
In this video, I will show how to authenticate the user by encrypting the database.
In this video, I will show how to authenticate the user by hashing the password.
In this video, I will show how to authenticate the user by salting and hashing passwords.
In this video, I will explain session-based authentication and token-based authentication.
In this video, I will explain session-based authentication using passport-local.
In this video, I will explain session-based authentication using passport-google-oauth20.
In this video, I will explain token-based authentication using passport-jwt.