Spring Boot Security - Login

preview_player
Показать описание
Spring Boot Security - Login

Рекомендации по теме
Комментарии
Автор

Thank you mate! This was the best course on this topic that I have seen so far. 🎖

rickardranniger
Автор

Thank you so much for these tutorials! I appreciate the depth that you go into.

justsmell
Автор

Mr. Smith, you are very clear in your explanation. Thanks, friend.

Devivl
Автор

Muito obrigado por esse conteúdo detalhado. Trabalho incrível!!!

thaynararocha
Автор

this course is the glory, thank you very much for sharing your knowledge!!!!

braianf
Автор

What would be a proper logout Mapping Logic? Just clearing the SecurityContextHolder or what should be done to accomplish that?

disgame
Автор

Thank you mate! but I do have a question here, how password comparaison is done if we are passing it as plain text to the ? thanks

karimcossentini
Автор

Could you please answer. I am using insomnia, not postman and I get error 401 unauthorized. Register is good. Problem only with authentication

aibardulatov
Автор

Great tutorial by far ! I have a question sir. I notice that you didnt declare the custom UserDetailsService and PasswordEncoder to the AuthenticationProvider. How is Spring automatically do all that for you ?

vuanhkhoa
Автор

Thanks for Mr. Smith, this is the best approach for me. <3

haivan
Автор

when i try to do login it gives me an unauthorized 401 error, how do i solve it

Youssef_Zammouri
Автор

Hey Teddy. This is an awesome playlist. Could you post a video on how to create Spring Cloud Gateway and handle application security at gateway level?

TinaNancy-zzyl
Автор

Kind of new to this, why was the UserDetailsService causing an error? Was it kind of keeping things intact until we implemented the login? ive no idea whats going on xD

whlxhzd
Автор

Hi. Is it possible to login by email and password? I think this is more distributed way than username and password. And if it's possible, give me a hint how exactly

lkeeN
Автор

Btw Im still new so I could be wrong but for the login method, if you are using it in an actual project, make sure you add a method to verify if the user has already created an account. If not, send the error. I know this is such a small thing but the more you know lol

Anon-jziw
Автор

Hi Teddy. Firstly I wanna say "Thank you for that awesome series", Can you explain How can we delete a user When we are using Many-to-Many realitionship between user and roles ?

tarikbozkurt
Автор

Euhh idk why but i get a 401 Unauthorized

hiepcong
Автор

Constructive criticism question: Why for spring security tutorial I need to have JPA and DB knowledge? When you create a video about something, stick to this something only as much as you can. I don't see why JPA is required here, a simple collections to represent user, authorities, etc will be enough. Why leave the view to wonder what @Entity, @Column does?

borismanev
Автор

Euhh idk why but i get a 500 status error with a message that says :
postman message :"message": "No message available",
"path": "/SpringMVC/api/auth/login"
register works all fine.

Asgatin