Spring Boot 3 + Spring Security 6 - JWT Authentication and Authorisation 2024

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

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

  • @javacodeex
    @javacodeex  3 месяца назад +1

    Please Subscribe and Support me

    • @marcklen
      @marcklen 3 месяца назад

      Is there a repository to view this code?

    • @javacodeex
      @javacodeex  3 месяца назад

      @@marcklen yes updated in my video description please check it.
      Thanks for your support

    • @marcklen
      @marcklen 3 месяца назад

      @@javacodeex thanks 4 sharing

  • @dj-maxtor
    @dj-maxtor 6 дней назад

    It seems the createToken method in the AuthController only checks if a user with the given username exists in the database. If the user exists, a token is generated without considering the password.
    Did you intentionally skip this part to shorten the video, or is this handled internally by Spring Security?
    This is something I just noticed while watching the video, and I haven't tested it yet.

  • @coloboho3655
    @coloboho3655 3 месяца назад

    I love your straight to the matter approach!
    I'm working on the backend of a ecom app.
    I was just thinking about letting the UserService later until to learn aboutJWT implementation.
    Huge thanks!
    Why aren't you menetizing the channel with ads?
    If you do, I will watch them all!
    Thanks!😀

    • @javacodeex
      @javacodeex  3 месяца назад

      Great !
      Thanks for your support.

  • @PraveenM-yg9zy
    @PraveenM-yg9zy 3 месяца назад

    Your videos are great. you are very best teaching in spring boot all advances topic. Can you give more instructions about RabbitMQ?

    • @javacodeex
      @javacodeex  3 месяца назад +1

      Thanks for your support
      Sure definitely will do.👍

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

    hey, your this tutorial is really helpfull for me , i am trying jwt authontication for the firsttime and i did it perfectly , now i want help , i want guidance to create refreshtoken , like if my jwt token is expire than it refresh new token by passing refresh token , please reply

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

      👍 Definitely I will do one more video on refresh token soon.

  • @shri7105
    @shri7105 3 месяца назад

    i created frontend Ecommerce react application and i am trying to configure jwt auth from past 2 weeks but did not find a single video on internet for it coz everything is deprecated broo...thanks for this video ill try to implement it but can u create a complete proper video where u show complete user login and also registration using current JWT AUTH if possible simple frontend for login signup...trust me there is huge number of people who are beginners and struggling to implement it..thank u so much

    • @javacodeex
      @javacodeex  3 месяца назад +1

      Hi Thanks for your feedback and support.
      Definitely i will do one complete video on this.

  • @smandal1237
    @smandal1237 3 месяца назад

    Please complete spring security 😊😊..

  • @sujitkumar2196
    @sujitkumar2196 3 месяца назад

    Good but this is not a correct way to provide the token you need to fallow some functionality you are not supposed to add manual data in database for Registration
    1.create a user
    2.after Registration successful
    3.login with username and password
    4.then give the api access.

    • @javacodeex
      @javacodeex  3 месяца назад

      Yea your correct but this only token generation and validation
      With all these what you mentioned will do one complete video in future