*Video Part 2 on Patreon* : www.patreon.com/posts/secure-spring-102904182
@emmanuelanibaba4098Ай бұрын
The link is not working
@omarbetar18316 ай бұрын
Very helpful video, waiting for part 2 , Thank you
@jiteshborkar31413 ай бұрын
Best video off how to authenticate and Authorization,
@UddhikaIshara4 ай бұрын
Thank you it was very helpful tutorial
@kitkarlson40448 ай бұрын
This video saves me, thanks for that.🙏🏿🙏🏿
@eray74679 ай бұрын
What a benefical video 👍🏻
@zgaming205 ай бұрын
on 7:50 where do you declare the JwtDecoder and NimbusJwtDecoder?
@BoostMyTool5 ай бұрын
I did not create them. They are defined in spring boot packages.
@briangicharu28996 ай бұрын
Is it okay to have entity operation code on a controller? Methinks it all should be in the service layer
@chshinn8086 ай бұрын
You're right... But the video was focused on JWT implementation, so, chill brother 😂
@rimeheberrichi16583 ай бұрын
why you add token in register it must generate when we login
@luisdiegohernandez94684 ай бұрын
where didmyou get the jwt key?
@AnubhabKundu7 ай бұрын
How did you get the key?
@BoostMyTool7 ай бұрын
the key is the server secret. you can create it randomly
@KHKH-wy4yj7 ай бұрын
$ openssl rand -base64 32
@souhaiebsaidi39047 ай бұрын
Thank you for this tutorial 😀 I want to ask. How can i configure the cors when i want to connect a frontend application to this api. I have always a cors problem when requesting this api via browser (simple form that contains username & password)
@kingg224 ай бұрын
on 6:30 create a SecurityFilterChain disable csrf for the API
@ntwariabdoulmalik45209 ай бұрын
This video is really helpful..., A link for party 2
@BoostMyTool9 ай бұрын
link in the description
@Nikita_Phapale18 күн бұрын
I'm getting 401 error
@cheeks_of_the_boreal_valley7 ай бұрын
great tutorial, but i wish you explained how to manage logouts ( jwt token blacklisting and such etc..)
@JacksonEdward-h5i5 ай бұрын
Johnson Paul Wilson Jennifer Allen Sharon
@renukamaharjan7294Ай бұрын
When i run the application it shows Consider defining a bean of type 'org.springframework.security.authentication.AuthenticationProvider' in your configuration.