Database Authentication In Spring Boot Line By Line | Spring Security Full Course Tutorial | #8

Поделиться
HTML-код
  • Опубликовано: 30 июн 2024
  • Join us on Telegram community for source code and more free things: link.embarkx.com/telegram
    In this video, we are taking a step further with Spring Security Full Course.
    This video is a part of the Spring Security Full Course Series.
    Complete Playlist: • Spring Security 6 Full...
    *GROW AS JAVA DEVELOPER*
    1. SIGNUP FOR MY SPRING BOOT FOR BEGINNERS COURSE: link.embarkx.com/spring-boot
    2. LEARN JAVA WITH 60+ HOURS OF CONTENT: link.embarkx.com/java
    3. MASTER INTELLIJ IDEA: link.embarkx.com/intellij
    FOLLOW ME: bit.ly/linkedin-connect-01
    SUBSCRIBE TO OUR MONTHLY SALES: bit.ly/yt-sub-now
    Learn more from me and enroll at: embarkx.com/
    You will find all my courses are listed there at the highest discount for my viewers.
    Join the exclusive community of Learners and Developers: bit.ly/embarkx-joind
    00:00 Introduction
    03:05 Getting Started
    16:43 Hashing
    22:00 Storing Passwords in encrypted format
    27:25 Thank You
  • НаукаНаука

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

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

    HIT THAT SUBSCRIBE BUTTON GUYS, PLEASE SUPPORT IF YOU LIKE MY WORK.
    Join us on Telegram: link.embarkx.com/telegram
    If you're interested in learning more about Spring Boot, then this course is for you! In this full course, we'll walk you through everything you need to know to create a Spring Boot application.
    *GROW AS JAVA DEVELOPER*
    1. SIGNUP FOR MY SPRING BOOT FOR BEGINNERS COURSE: link.embarkx.com/spring-boot-coupon
    2. LEARN JAVA WITH 60+ HOURS OF CONTENT: link.embarkx.com/java-coupon
    3. MASTER INTELLIJ IDEA: link.embarkx.com/intellij-course-coupon
    COMMENT AND LET ME KNOW WHAT SHOULD I BRING NEXT FOR YOU ON THIS CHANNEL?

  • @rushikeshcoep
    @rushikeshcoep Месяц назад +1

    sir add the videos of Oauth2 in this series

  • @MayankGrover-wf4go
    @MayankGrover-wf4go Месяц назад

    Hi, please one video with postgre also

  • @abhishekchaudhary8965
    @abhishekchaudhary8965 День назад

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

    Hi, Please use postgresql instead of h2

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

    ❤❤❤❤❤

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

    I understand that bcrypt uses some salt to hash the password and stores in the H2, that's fine. How do we get back the password, or how can we validate the user when the user tries to log in. I mean we'll be getting plain text from user right

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

      Easy bro just convert that plain text to the encrypted text and compare that encrypted text with the encrypted password that you get from the database...

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

    Can you make the series with mongodb there is no video available in the internet

    • @EmbarkX
      @EmbarkX  Месяц назад +1

      Yes i can. Interesting suggestion. Can you reach out to me or mention here in detail what do you want to see with Mongo dB?

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

      @@EmbarkX Make a series in spring security how to do authentication using mongodb and login register Email verification and oauth there is no video in yt regarding these content in mongo db

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

      Noted. Do people want to learn how to use MongoDB for the same? Is MongoDB being used with Spring Security at lot of places in professional work environment for production grade applications?