Podrias hacer algun video del manejo de Excepciones en Spring Security ? Osea sobre Authentication Entry Point . No hay mucha info de eso, y la que esta es confusa. Gracias!
Thank! What do you mean with "old architecture"? I know I'm not with the latest version of Spring Boot, but the security is configured using the HttpSecurity object. Is there another way to do it?
spring boot 2.7.0 do not use WebSecurityConfigureAdapter it is deprecated and will be removed in 3.0.0. Spring boot Security offer a lot JWT operation that is implemented on this repo. On new arquicture is recomend using Auth-Server, and another thinks you can check on Spring Boot Security about this Auth and Autorith 0.3.0.
Contenido de calidad y muy bien explicado! Mil gracias.
Gracias a ti por el comentario!
Informative 👍👍
Thank you! That was the goal
Podrias hacer algun video del manejo de Excepciones en Spring Security ? Osea sobre Authentication Entry Point . No hay mucha info de eso, y la que esta es confusa. Gracias!
He hecho uno hace tiempo. ruclips.net/video/2bB1WBAHBIY/видео.html
@@TheDevWorldbySergioLema Genio!!
This video has good explanation, but with old arquitecture of Spring Security
Thank! What do you mean with "old architecture"? I know I'm not with the latest version of Spring Boot, but the security is configured using the HttpSecurity object. Is there another way to do it?
spring boot 2.7.0 do not use WebSecurityConfigureAdapter it is deprecated and will be removed in 3.0.0. Spring boot Security offer a lot JWT operation that is implemented on this repo. On new arquicture is recomend using Auth-Server, and another thinks you can check on Spring Boot Security about this Auth and Autorith 0.3.0.
Thank you for the information, I will take a look