Angular 13 Guards | How to provide security to Angular Components?

Поделиться
HTML-код
  • Опубликовано: 26 мар 2022
  • About the Video--------------------------
    In this video, I have applied angular guards to our login App.
    Links----
    Register Form Link : • Registration Form usin...
    Adding Validations : • How to Add Validators ...
    Connecting Angular to DB : • How to Connect Angular...
    Complete Login Form : • Complete Login Form Us...
    JWT Theory : • What is JWT Authentica...
    JWT Implementation : • How to Create JWT Toke...
    Angular Router : • Angular 13 Router (202...
    Tags---------
    #programming, #programmingtutorials, #tutorials, #frontend, #backend, #angular13, #angular13guards, #howtouseangularguards, #guardsinangular

Комментарии • 11

  • @shubhamdpatil
    @shubhamdpatil 7 месяцев назад

    Tu kharach khup chan teacher ahe bhau
    tuzya mule mi mazya office madhe developer mhnun job vachavu shakatoy....
    thanks bhau thanks alot

  • @it_056_sahilkumar6
    @it_056_sahilkumar6 Год назад +1

    Please upload a video for child _/\_ ... & thanks for this complete login series..... it's just amazing...... explained in so details

  • @waseemalsammoue8733
    @waseemalsammoue8733 Год назад +1

    Thank you for your time and generosity in spreading knowledge

  • @jonathanemanoel2159
    @jonathanemanoel2159 3 месяца назад

    Hi Rohan, great video!
    See if you can clarify any doubts for me.
    User can manually place a token in localstorage (with bad intentions). We are authorizing the user to be logged checking if the browser has any token. If so, it is logged in. But if he generated this manually, can't it cause us problems? If so, how can we avoid this?

    • @programmer_rohan
      @programmer_rohan  3 месяца назад +1

      Yes this might create problem. In that case, instead of just checking whether token is there or not, we would be decoding that token and checking whether information inside it is correct or not.

    • @jonathanemanoel2159
      @jonathanemanoel2159 3 месяца назад

      @@programmer_rohan you mean make a request to my server to check? If yes, is there any idea how often this need to be done?

    • @programmer_rohan
      @programmer_rohan  3 месяца назад +1

      @@jonathanemanoel2159 there is one package called as jwt helper, it can decode the token at client side. So no need to send backend request.

    • @jonathanemanoel2159
      @jonathanemanoel2159 3 месяца назад

      @@programmer_rohan Thank’s, Rohan. I will study this lib. You win a new follower from Brazil! 😉

  • @meenakshimeenu1247
    @meenakshimeenu1247 Год назад

    how to implement the questioning and viewing comments for the particular user

    • @meenakshimeenu1247
      @meenakshimeenu1247 Год назад

      Plz hel me bro that i m getting error while connecting to web api from angular