Spring Security Tutorial | In depth Course

preview_player
Показать описание

Spring Security is a framework that focuses on providing both authentication and authorization to Java applications. Like all Spring projects, the real power of Spring Security is found in how easily it can be extended to meet custom requirements.

We will be implementing Complete Registration Flow with Email Verification, Resend Email Verification Code, Forgot Password, Change Password, and Login Functionality with OAuth 2.0 and Open Id Connect.

Eugen Complete Registration Flow Tutorial:

OAuth:

OAuth Playground:

📚Course Content📚
⌚ (00:00) Introduction & What we will Build
⌚ (03:47) Creating Project
⌚ (08:51) Building Registration
⌚ (12:57) Building API for Registration Functionality
⌚ (20:10) Sending Verification Email Event for Registration
⌚ (23:33) Listen to Registration Verification Event
⌚ (25:36) Saving Token in DB
⌚ (38:06) Testing Registration Flow
⌚ (39:29) Implementing Spring Security
⌚ (46:22) Building Verify Token API for Registration
⌚ (53:12) Building Resend Verification Email Functionality
⌚ (01:02:02) Building Reset Password
⌚ (01:10:08) Save Reset Password
⌚ (01:21:30) Building Change Password
⌚ (01:29:04) Understanding OAuth 2.0
⌚ (01:37:59) Walkthrough of OAuth 2,0 Flows
⌚ (01:42:59) Implementing Authorization Server
⌚ (01:52:59) Configuring OAuth Server
⌚ (02:04:00) Spring Security Config for OAuth Server
⌚ (02:11:02) Configuring OAuth Client
⌚ (02:14:37) Spring Security Config for OAuth Client
⌚ (02:22:01) Creating OAuth Resource Server
⌚ (02:23:44) Configuring OAuth Resource Server
⌚ (02:28:16) Configuring WebClient for Resource Server

🎟 Join this channel to get access to perks:

RECOMMENDED COURSES

BE MY FRIEND:

MY FAVOURITE GEAR:

RECOMMENDED BOOKS:

🎻 MUSIC:

#SpringSecurity #OAuth #OpenID #Security #DailyCodeBuffer
Рекомендации по теме
Комментарии
Автор

Nice video. One suggestion, it would be better if you spend the first 15 mins of the video on which functions you plan to create and why. This would help us have a bigger picture in mind. Thank you for your effort.

erenyeager
Автор

This is the best Spring Security Course about Authorization and Resource Server so far. Thanks bro, you made my day!

francksgenlecroyant
Автор

Great videos, great explanation, great topics. I would like to see more Reactive Spring with Kotlin and Postgres (or just reactive spring with java and postgres)! Keep up the good work!

irfandogic
Автор

An extremely important topic explained in a very simplified manner!

prajjwallaad
Автор

Ohohohoho... another excellent hands on series, which is like all in one here... this really helps us a lot... and thanks for sharing those links... I know its not easy to make such long informative tutorial without getting side tracked anywhere.... appreciate your efforts and patience in making such good videos... thank you much :)

mayankjain
Автор

The most awaited one i guess... All functionalities in a single course.. Loved it ❤️

If you could continue this course and add List of Roles instead of single role it would be really helpful..

Satyam_deb
Автор

This is gold, great concepts explained in a simple way

devbel
Автор

Very helpful for beginners and intermediate spring developers... Exceptional content 👏👍

riteshyt
Автор

Probably the best tutorial I saw on this topic

dbarasuk
Автор

Firstly, I find your video is a bit tough but now I'm learning more with your concepts.... Thanks

AkashThkr
Автор

Learning spring security is really making me scratch head (sorry, I am just a newbie to spring😂) . And this tutorial really helps me a lot, many thanks !❤

seanfang
Автор

The best tech channel 😍😍to learn programming languages and advanced concepts.

commenter
Автор

I felt that your explanation of the topics is awesome, I have only one suggestion that instead you do one video with long hours can break into small and share as a series would be very nice.

MaheshKumar-gttd
Автор

The best lessons for Spring boot auth, security.

yarikmen
Автор

Your videos are great and on point...it helped me learn spring boot very clearly without any doubts...thanks

yatintripathi
Автор

Great video as always, everything is free, this is amazing. Thank you

nguyenhavu
Автор

Really heartly appreciated...mind blowing explanation...keep it up...god bless you for sharing knowledge with us.

sunilsahoo
Автор

Hi, can anyone tell me which is the advantage of using the application events for the send of the email rather than using a simple service method to do it when the user is registered? Thank you

MugiwaraTeamDLuffy
Автор

Thanks for the tutorial. I just have a question, where are we getting the oauth2 access token from the authorisation server and where are we validating it in our client before the endpoint is accessed from rhe browser.

Phani.B
Автор

Great video as Always, Allah grant you great success a head, as you are sharing such a valuable content for free.

sessionexpert