OAuth2 Social Login with Spring Security | 'Sign in with Google' Spring Boot Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 พ.ย. 2024

ความคิดเห็น • 26

  • @Book_Aesthetic
    @Book_Aesthetic 3 หลายเดือนก่อน +1

    If anyone want to get the highly intelligent AI model , Feed this video💯

  • @cleverson_sa_
    @cleverson_sa_ 14 วันที่ผ่านมา

    Hi, really nice, clear and simple tutorial series. That´s what I needed for return Java coding after 5 years break, after a 13 y old working with this language. Thank you.

  • @sandeepmalviya100
    @sandeepmalviya100 3 หลายเดือนก่อน

    A crisp and clear video. Thank you for explaining things in such a simple manner.

  • @siyamcelanxuseka297
    @siyamcelanxuseka297 16 วันที่ผ่านมา

    Great content buddy thank you so very much

  • @hunghong9632
    @hunghong9632 หลายเดือนก่อน

    You are great! I appreciate your video. What a valuable video!

  • @azazul_haque
    @azazul_haque 23 วันที่ผ่านมา

    Thank Man, It was nice video

  • @connect.naveenk
    @connect.naveenk หลายเดือนก่อน

    best video, please explain every option and what's the use cases

  • @nahomdiro7818
    @nahomdiro7818 3 หลายเดือนก่อน +2

    Clear and simple more please

  • @RashidMd-ud4fj
    @RashidMd-ud4fj 19 วันที่ผ่านมา

    MasaAllah

  • @saeedghiassy5435
    @saeedghiassy5435 หลายเดือนก่อน

    thank you !👏👏

  • @hizbusoftware7683
    @hizbusoftware7683 3 หลายเดือนก่อน +2

    Nice tutorial❤, Could you please create a full stack application using React + Spring Boot + Spring Security + JWT + MFA etc...

  • @utsabdahal5417
    @utsabdahal5417 หลายเดือนก่อน

    Can you provide this with fromtend integration like angular or react instead of just from springboot?
    Thanks for the tutorial though!

  • @ganeshenamala8317
    @ganeshenamala8317 3 หลายเดือนก่อน +1

    Smooth explanation bro, after using custom-login page, /logout is not working bro? I need to manually clear the Principal(token) data by creating another API Getmapping("/logout") for that or any thing else to do?

    • @GenuineCoder
      @GenuineCoder  3 หลายเดือนก่อน +1

      Thanks.
      The "/logout" endpoint is not working because of CSRF protection. Try disabling/customizing CSRF by adding the following line to the "securityFilterChain" bean.
      ....
      .oauth2Login(........)
      .csrf(AbstractHttpConfigurer::disable)
      .build();
      This should make the default logout work.

    • @GenuineCoder
      @GenuineCoder  3 หลายเดือนก่อน +1

      Disabling CSRF on production apps is not recommended. Read the topics on CSRF to better understand it.

    • @ganeshenamala8317
      @ganeshenamala8317 3 หลายเดือนก่อน

      @@GenuineCoder thank you brother

  • @cicciopasticcio8469
    @cicciopasticcio8469 2 หลายเดือนก่อน

    Nice tutorial. Have you tried to introduce custom roles, I.e. ROLE_USER to protect url? Have you tried to add swagger?

  • @sandeepmalviya100
    @sandeepmalviya100 3 หลายเดือนก่อน

    Can you please make a video to make our own oauth2 based login server by enhancing your last security video on JWT based authentication and authorization!

  • @rajnishsingh2864
    @rajnishsingh2864 3 หลายเดือนก่อน

    Please make a video on how to use Oauth2 in spring boot with microservices .

  • @BasitSeyl3r
    @BasitSeyl3r 2 หลายเดือนก่อน +1

    How can we test with Postman?

  • @balasubramanian918
    @balasubramanian918 2 หลายเดือนก่อน

    please teach junit5 testing in springboot as It is most required for a developer

    • @GenuineCoder
      @GenuineCoder  2 หลายเดือนก่อน

      @@balasubramanian918 That's a good suggestion. I will prepare one in the future.

  • @animebilal5808
    @animebilal5808 3 หลายเดือนก่อน

    if user use google for example to log in i want him to have the "ROLE_User" how??

  • @GenuineCoder
    @GenuineCoder  3 หลายเดือนก่อน

    Watch Spring Security Complete Tutorial here: th-cam.com/video/9J-b6OlPy24/w-d-xo.html

  • @hedxr
    @hedxr 4 วันที่ผ่านมา

    [invalid_id_token] An error occurred while attempting to decode the Jwt: The ID Token contains invalid claims: {iat=2024-11-11T12:37:32Z}