[Spring Boot Security] #04 HTTP Basic Authentication

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

In this episode you will learn how HTTP Basic Authentication works and when you should use it for your Spring Boot applications.

In the context of HTTP, basic authentication is the process for browser to request a username and password when making a request in order to authentify the user
_______

⚫ 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)
Рекомендации по теме
Комментарии
Автор

Thank you bro. This is wonderful. Please re-arrange the sequence in the playlist. #6 is before #5 and #4. and also # 4 is after #5. thanks

dawednesru
Автор

Done thanks
1:30 flow
4:50 doesn’t use cookies, secure with ssl

mostinho
Автор

In your playlist the episode 4, 5 and 6 are in reverse order. Would you please make it okay for us ?

kayeshparvez
Автор

Do we have to send the base64 encoding every time we want to access any resource ?

kayeshparvez