after watching several tutorials on spring security, this is the only code that works so far. Thank you
@merakli20229 ай бұрын
Thank you very much. This video is up to date and concise. But I must say spring authentication/authorization is simply too complicated. It has to be simplified somehow.
@abdellahguennioui15689 ай бұрын
please you tested the login with jwt, it works?
@merakli20229 ай бұрын
@@abdellahguennioui1568 Yeah I already tested it. It works beautifully. But it requires a lot of boilerplate code, which I do not like. I have some experience in JS, React, Next, where this authentication and authorization is much simpler and straightforward. I do not know why java does not make the same thing.
@null86379 ай бұрын
thnx vro i was having a hard time with learning security but your veido make it very clear
@seiaeia57556 ай бұрын
Very GOOOD! Application. @DiStephano Incredible The way you program! U R D Master
@victorojo6 ай бұрын
I think java records and lombok can help reduce a lot of the boiler plate code writing. Thanks for using the most recent versions. I'd also recommend using constructor injections
@null86379 ай бұрын
finally found a good tutorial
@JoelPalu4 ай бұрын
Thanks! Got it to work! Got many yellowlines. like many of used methods are deprecated. Still using this one, but maybe someday we need new version of this one :D
@MatheusMattos-m7iАй бұрын
Great job !
@roberthovelar24729 ай бұрын
Wouldn't doing a search for the user in the database in doFilterInternal generate a performance problem?
@adrenochromeaddict42323 ай бұрын
thanks you so much this video has been a life saver.