JWT Authentication in Rust | A Step-by-Step Guide

Поделиться
HTML-код
  • Опубликовано: 10 июл 2024
  • JWT Authentication in Rust
    00:00 Intro
    00:17 Dependencies
    00:58 Model
    02:17 Controller
    03:25 Web Server
    05:00 Login Handler
    11:05 Info Handler
    15:31 Testing
    17:02 Outro
    X : / semicolon_10
    #jwt #authentication #rust #auth #rustprojects
  • НаукаНаука

Комментарии • 8

  • @nhwhn
    @nhwhn 2 месяца назад

    thank you for the content, Im learning rust and am grateful for contents like this

  • @GintsPolis
    @GintsPolis Месяц назад

    May be it is worth to continue with database usage for username/password validation ;)

  • @letoan285
    @letoan285 4 дня назад

    do you have solution for expired token, i dont think it works this way.

    • @Semicolon10
      @Semicolon10  4 дня назад +1

      This is just a introductory video, Majorly covering the token generation part. I will add a separate on for token management & expiry

  • @tarushmohindru
    @tarushmohindru 2 месяца назад

    Hi, which ide do you use?

    • @Semicolon10
      @Semicolon10  2 месяца назад

      Intellij Idea with Preimum License and rust plugin for rust coding.

    • @gustavojoaquin_arch
      @gustavojoaquin_arch Месяц назад

      ​@@Semicolon10neovim is better

    • @Semicolon10
      @Semicolon10  Месяц назад +2

      @@gustavojoaquin_arch Hands down 🙌 Neovim the best, But isn't something masses connect with so i use Intellij in tutos.