[Spring Boot Security] #05 Form Based Authentication

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

In this episode you will learn what form based authentication is, what is the authentication workflow that it uses and when should you consider this as a good option for securing your application.

Although form based security is harder to implement than HTTP basic, Spring Security handles most of the heavy lifting for you.
_______

⚫ Source code

_______

Check out the latest software programming articles on my blog, where you will find lots of software development tutorials that will sharpen your programming skills

_______

⚫ Say hi on social

#springboot #spring #java #webapplication #security #springsecurity #springbootsecurity #dangeabunea

_______
Created with ❤️ by Dan Geabunea (Romanian Coder)
Рекомендации по теме
Комментарии
Автор

Hi! I'm a new web java developer and I've just recently developed my first microservice. And I find your videos very helpful. Thank you!!

KotlinBack
Автор

Done
HTTP basic auth is handled by the browser or client (browser displays the text box to enter credentials), but in form based auth a custom HTML page is used

2:10 form based authentication flow
Uses cookie with a session id

mostinho
Автор

Good video, but I didn't quite understand why this is bad for Restful API endpoints?

aeggeska
welcome to shbcf.ru