Duration 2:45:

Complete User Registration / Login Flow | Spring Boot 3 With Email Verification. | Spring security 6

13 248 watched
0
410
Published 29 Mar 2023

Complete User Registration / Login Flow Using Spring Boot 3 With Email Verification. More videos on Modern Spring Security with Spring boot 3 : JWT Authentication With Spring Boot 3 | Spring Security 6 | Implement JWT in Spring Boot 3: /watch/s6724=t&86U-rX9LUOaL2 How to Secure Spring Rest API in Spring Boot 3 | Spring Boot 3 Security Configuration: /watch/s421=t&AUnoQRnDxLFD1 Exception Handling in Spring Boot Rest API | Spring Boot 3 Exception Handling: /watch/UKqqWMvrfJgrq Complete Crud Operation With Spring Boot and Mysql | Best Practice: /watch/s298=t&4B8lTaGgYWbg8 Complete User Registration / Login Flow Using Spring Boot 3 With Email Verification Complete project code: https://github.com/dailycodework/spb-email-verification-demo

Category

Show more

Comments - 67
  • @
    @saFeHD10 months ago Great demonstration, thank you very much! Im new to spring boot and i had so much fun implementing this myself and learned a lot along the way!
    thanks good sir.
    3
  • @
    @mathpier3054 months ago You are awesome. Thank you for taking the time to show us how to implement the login process. Helped me very much!
  • @
    @MegaCPfan1018 months ago I learnt so much thank you my brother! Easy to digest and follow your lesson. 1
  • @
    @alfredochola59718 months ago You are a really good teacher sir. God bless you.
  • @
    @alex3025825 months ago Working and functioning all the way, thank for putting the time and effort dude!
  • @
    @solankiniranjan1423last year I am learning a lot from this video please make a dedicated spring boot playlist. 6
  • @
    @arindamghosh6369 months ago Perfect tutorial. Thank you very much sir.
  • @
    @_PRANAYMATE3 months ago Hey i have doubt what if the user use the proxy email ids and we are first storing it in our database and then verify the email id so if user continuously so can we do like that we can verify first then enter the data in the database. ...Expand
  • @
    @maYoutubeTube5 months ago Great video. Thank you. If you add react js for this, it will be more surprising.
  • @
    @qqqqqq92819 months ago Thanks sir, it is outstanding knowledge!
  • @
    @lolloBriggi4 months ago code is deprecated and marked for removal , do you know witch migration guide i have to look for? I have the impression that the Spring Security API changes every day .. ...Expand
  • @
    @user-mt1gq1co5t9 months ago Thank you very much good job. Can you do the front-end part with angular?
  • @
    @user-ou5yt2bp9m6 months ago Hello sir i want the user when he clicks on the verification link to be redirected to login with a little pop up of email verified u can now login. 2
  • @
    @hovseparoyan4851last year I want to build a website with users and this login/register feature. Why didn' t you make the verfiytoken into aclass(keyword seperation of concerns) thanks for the video. The next steps for me is to make some kind of homepage for logged in users:. ...Expand
  • @
    @kareendawn4991last year Nice job, thank you so much, bro, please can you add the resend token functionality so that a user can get a new token in case the account was not enabled before the got expired?
  • @
    @NPASUPULETISRICHAITANYAMADHAV11 months ago Can we do the front end part with react and integrate it with springboot the same service? 1
  • @
    @Rkreddy12311 months ago Superb video. Thank you. Keep posting.
  • @
    @petersabraham742311 months ago This is one of the best youtube tutorial i' ve come across for springboot beside amigoscode. I' d love to connect. Please let me know how i can connect with you.
  • @
    @user-fe7es1fd9j4 months ago Thank you i how can i add validation by twilio sms otp after email verification.
  • @
    @thinhstarnguyen82059 months ago Your video so great. I' d love this video.
  • @
    @aliksargsyan278210 months ago Which font family do you use on your intellij ide? 1
  • @
    @phamquan13587 months ago Hi, it is a great lesson. I have a problem if i using form login default of spring security i can login success, but if i login with my form login with . ...Expand 1
  • @
    @MbahmanFarm5 months ago Hi bro, thank you very much, it helps me alot, but i encounter an error for smtp. Its said that could not connect to host, port. The mail configuration . ...Expand
  • @
    @eliueliezeranayagutierrez665010 months ago Hi bro, i need help: in the userservice part i get this error: the blank final field userrepository may not have been initialized, how can i fix that?
  • @
    @eliueliezeranayagutierrez66509 months ago Brother i have a doubt, how can i join this back with my front(reacjs) obviously i added more tables, how could i do that? Pls i need help.
  • @
    @user-er9pc2or6b9 months ago Hello sir, new updated code not in your github? 1
  • @
    @tishasudani59823 months ago 403 forbidden error occurs in my application please help me.
  • @
    @anupambiswas7043last year Sir please make a telegram group where we can ask doubt.
  • @
    @yogendraamarji7285last year Except id and isenabled in table every value is inserted as null.
  • @
    @user-zg8nq4qx9g10 months ago Sir it keeps telling me some method are deprecated.
    sir please what should i do.
  • @
    @ijedibiadaniel7082last year I am actually having an issue while running the code on postman
    unable to find valid
    it has something to do with adding the server' s certificate to my truststore, how do i go about this?
    .
    ...Expand
  • @
    @fatmaessid92576 months ago Hello, thank you for your effort, but while running the code i found this error " java: class "
    do you have an idea, tank you in advance!
    .
    ...Expand
  • @
    @MrPawcio19749 months ago Hi. I'm trying to learn with your video, but . my first try to run the app makes some errors like :
    2023-07-17T .236+ INFO 9240 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version
    2023-07-17T .432+ INFO 9240 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting.
    2023-07-17T .616+ ERROR 9240 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization.
    java.sql.SQLSyntaxErrorException: Unknown database 'registration_db'
    at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-j-8.0.32.jar:8.0.32]
    It seems like it cannot find the database, but you says - the db is creating while running app? Or maybe I'm wrong. I installed an sql server - I thought - it is necessary . What can be wrong ?
    ..
    ...Expand 1