Note: this video is part of the Angular Security MasterClass - angular-university.io/course/angular-security-course
@Kopellouroui5 жыл бұрын
Hey friend! Really good job! Where is the video for rs256?
@mansimandlik90133 жыл бұрын
Thank you sir,well explanation
@mferreira12314 жыл бұрын
Very well explained, thank you!
@ArcticSilverFox13 жыл бұрын
nicely explained!
@malcolmswaine89835 жыл бұрын
Good video - did you ever cover the RS256? Next video in this list kind of skips this :) Thanks for well explained content!
@alexvalchuk34523 жыл бұрын
Thanks!
@dineshshripatisahai54086 жыл бұрын
good explanation
@Ruslan4ic5 жыл бұрын
Hey! Good tutorial! I have a question! How do you hide your secret in client side? So someone can reverse engeniring your main.js and steal it? Thx!
@venkatareddy564 жыл бұрын
You should not keep the secret on the client side. The user has to login with user name and password. Then the server sends the jwt. The client side sends this token to the server with every request
@nmkkannan12563 жыл бұрын
It is not recommended to store secrets in the client side, even one should obfuscate the client side code logic that generates and process such tokens.
@foruvasanth6 жыл бұрын
how the secret is shared?
@AngularUniversity6 жыл бұрын
Hello Vasanth, in the case of HS256, we will need to pre-install the shared secret manually on both servers. This is unlike RS256, which does not require a pre-shared secret. These two methods are discussed in detail during the course, please enjoy. Kind Regards, Vasco
@foruvasanth6 жыл бұрын
@@AngularUniversity Thanks Vasco... I couldn't find the video where RS256 is discussed. Can you please share it. Much appreciated.
@foruvasanth6 жыл бұрын
@@AngularUniversity Thanks, much appreciated.
@malcolmswaine89835 жыл бұрын
@@foruvasanth Yes - where is it?!!
@malcolmswaine89835 жыл бұрын
Good video - did you ever cover the RS256? Next video in this list kind of skips this :) Thanks for well explained content!