Secure Signup & Login using RUST | NextJS | Cookies JWT Auth | Step by Step Guide

preview_player
Показать описание
Step by Step guide on implementing cookies based JWT Auth using RUST and NextJs

00:00 Intro
00:59 Project
01:25 Postgres
03:40 Diesel CLI
05:55 Backend
35:00 Frontend
57:00 Run & Test
59:00 Outro

#rustprojects #rustprogramming #rust #login #signupbonusinstantwithdrawl #cookies #loginsignup #jwtechno #jwt #jwtcookies #loginrust #rustrelax #project #programming #secure #security #authentic #authentication #authorizationletter #authorization #jwtz
Рекомендации по теме
Комментарии
Автор

Thanks to the Author, and greetings to the fledgling community!
I recreated the code of this highly useful tutorial by hand - and here is some remarks and findings:
1. I am running Linux Mint 22 at the time, and this OS has the problem with libpq on which diesel ORM depends - it was not possible to compile the backend directly on my machine.
2. So I build a Docker image of backend and run it instead.
3. Because of neccessity to instal libpq it was not possible to use anything but Bullseye distro for both - builder and runner of the Docker Image.
4. Because of fat distro resulting image size was 340Mb - which is too much for my liking.
5. None of above is Semicolon's fault :) - he provided us a great tutorial full of highly useful knowledge to be extracted.
6. I would be glad to get advice of how to build smaller images with diesel ORM.
7. Thanks again :)

TheHellishFrog
Автор

Hi Semicolon, thank you a lot for your content, it's very helpful. I was just wondering, is it possible that you provide the code of this guide ?

PS: Using actix over axum is much appreciated, thanks again.. !

EverMint-dmtg
Автор

Nowadays you prefer Actix over Axum. I wonder why...I miss your Axum videos....

otisrancko