This is the tutorial I've been looking for. The explanation is simple and easy to understand. Thanks for this video. I hope you are always healthy. Keep producing good work and always success.
@NihiraTechiees2 жыл бұрын
Thanks brother for the support
@Tesseract9630 Жыл бұрын
This is the best video on angular authentication. Thanks
@NihiraTechiees Жыл бұрын
Thanks 👍
@DebasmitSamal2944 ай бұрын
Classic. Very clearly explained with demo
@NihiraTechiees4 ай бұрын
Thanks
@victora31552 жыл бұрын
Really great tutorial. The explanation is simple and awesome. Thanks bro.
@NihiraTechiees2 жыл бұрын
Glad to hear👍
@marwensnoussi56432 жыл бұрын
thank you so much , this is what i've been looking for ♥
@NihiraTechiees2 жыл бұрын
Thanks for your valuable feedback
@salahuddinhissam2 жыл бұрын
Very helpful thanks
@NihiraTechiees2 жыл бұрын
Glad to hear👍
@Rohit-oz4xl2 жыл бұрын
Can you provide all the videos to make this project from scratch or possible make a playlist for this project. Its really helpful.
@NihiraTechiees2 жыл бұрын
Please check the playlist kzbin.info/aero/PLfyWdpsiUiPAcHftMr_R0HwSyAVHCW5cR
@sohailamjad87552 жыл бұрын
Nice explanation thanks...
@NihiraTechiees2 жыл бұрын
Thanks for the feedback
@praveenreddy59032 жыл бұрын
excellent bro
@NihiraTechiees2 жыл бұрын
Thanks
@faresbelaid48282 жыл бұрын
amazing thaaank you man
@NihiraTechiees2 жыл бұрын
Thanks
@srkvocals2 ай бұрын
nice tutorial but how to remember all these steps? to get hands on how write the code like you, any tips please suggest
@NihiraTechiees2 ай бұрын
It's all about practice. The video length may be 1 hr . But i put more than week effort, for own preparation and recording and editing
@ManuelRaso-n2g Жыл бұрын
Hello, I don't understand at min 15:18 why we are using Injector, and why aren't we just putting in the constructor the other service. Is it really that wrong calling a service into another service? Everytime I have to call a service in another service, do I have to user the Injector?
@NihiraTechiees Жыл бұрын
There is the possibility for getting error, note : every version upgrade have some changes this video created using angular 13. Current version angular 15. If you not faced any error then go with the way
@cw2586 Жыл бұрын
Oh my God this is so complicated, and I have to somehow implement this in a Skote template... I want to cry
@NihiraTechiees Жыл бұрын
Do you feel this video to complicated?
@cw2586 Жыл бұрын
@@NihiraTechiees No, it's not complicated, I was just commenting out of frustration since I have to use an angular template that uses very advanced techniques for authentication with files hidden in files, hidden in files... It makes it very difficult for a noob like me to modify the template for my needs. Anyways, thanks for the video. I figured out what I was doing wrong and why I was receiving so many errors.
@NihiraTechiees Жыл бұрын
Thanks🙏
@rajmohangurumoorthy9282 жыл бұрын
great work brother. 👏👏thanks need more videos. is this same procedure for all database?
@NihiraTechiees2 жыл бұрын
Yes bro, Same procedure for all
@rajmohangurumoorthy9282 жыл бұрын
@@NihiraTechiees can you suggest any angular docs for reference
@NihiraTechiees2 жыл бұрын
@@rajmohangurumoorthy928 please check this url angular.io/docs this is angular official link. It's very effective
@VijayKumar-fq4ie2 жыл бұрын
Good video, very helpful. Is their any method to hide menu on role base? If yes please make a video on it.
@NihiraTechiees2 жыл бұрын
Sure will make one video
@VijayKumar-fq4ie2 жыл бұрын
@@NihiraTechiees Thank you. Please make soon 🙏🏻
@methennisghaira60782 жыл бұрын
you made my day thxx
@NihiraTechiees2 жыл бұрын
Welcome
@venkatanareshbeeram85942 жыл бұрын
This is a good tutorial, i have implemented this concept, can you show the api which you are using please
@NihiraTechiees2 жыл бұрын
kzbin.info/www/bejne/q4jLk5aIZZuJmaM source code also available in description
@devloperadda13502 жыл бұрын
Thank you
@NihiraTechiees2 жыл бұрын
Welcome
@pranaynagavolu8142 жыл бұрын
Why is there nothing about the backend you are using, that would've been helpful for a beginner .
@NihiraTechiees2 жыл бұрын
For back end please refer this video kzbin.info/www/bejne/q4jLk5aIZZuJmaM
@kollimarlajagadeep40392 жыл бұрын
How can I exclude one url. Like the registration page has a post url. Where we won't need any Guard
@NihiraTechiees2 жыл бұрын
The routing side you can ignore for the particular path (link)
@kollimarlajagadeep40392 жыл бұрын
@@NihiraTechiees can you help write the code
@viratsharma15402 жыл бұрын
HI i have one question in authguard you are only checking if the token is present in localstorage or not .so we can create random token in localstorage to bypass the authguard. is there any other way to protect the routes?
@NihiraTechiees2 жыл бұрын
Hi bro, here the is we can apply any logical conditions in authgurad. If you completely watched the video I implemented role based access also using this guard
@ayeshamemon23152 жыл бұрын
Where is the database ? I cloned the project but what credentials to use for login ?
@NihiraTechiees2 жыл бұрын
Follow below video for API kzbin.info/www/bejne/q4jLk5aIZZuJmaM database scripts github.com/nihira2020/Database Use Learn_DB Scripts
@channelnaresh937410 ай бұрын
what is atob() method, it is inbuitl method ?
@NihiraTechiees10 ай бұрын
Yes... But angular 14 onwards it's deprecated... Just refer my angular 15 authentication video I provided the alternate for this
@ahtishamahmed15512 жыл бұрын
Please make .net core web api tuturial full playlist
@NihiraTechiees2 жыл бұрын
Will plan for that
@veereshkumark92932 жыл бұрын
This is one of the good tutorial I have followed all your videos thanks for uploading and I have one doubt here when other user login we have to hide the customer module also how we do that can you please help me on this..
In this playlist last video will explain the dynamic menu generation based on role
@shakz4872 жыл бұрын
hey sir I follow your guide but when I click logout and set the url to back home again still works may i know the code on your logout? do u remove token or its just routerlink only back to login? thank you
@NihiraTechiees2 жыл бұрын
I removing token in login page ngonint event, when you click log out I just navigating to login page so login page will clear the token from localstorage
@kunaldholiya47012 жыл бұрын
You returned jwt token and refresh token, so in front end how refresh token will be used?
@NihiraTechiees2 жыл бұрын
Will explain in part 2 video. once it's uploaded let you know
@NihiraTechiees2 жыл бұрын
kzbin.info/www/bejne/aXqnnK2Zm9Gpl7c
@AhmedMohamed-xx1kx2 жыл бұрын
you check for login if jwt in local storage what if user put it with himself
@NihiraTechiees2 жыл бұрын
We are basically checking the user already logged in or not. Once logged in I am added jwt token in local storage that's why I am checking in local storage. If you have token session storage or some variable you need to check based on that
@sokbunchhuoy90572 жыл бұрын
do you have video backend ?
@NihiraTechiees2 жыл бұрын
kzbin.info/www/bejne/q4jLk5aIZZuJmaM
@archanam42242 жыл бұрын
thanks bro
@NihiraTechiees2 жыл бұрын
Welcome
@beingAuthenticSoulMusic2 жыл бұрын
is the author Thomas Akash?
@NihiraTechiees2 жыл бұрын
No. It's ratheesh
@siddharthrai6715 Жыл бұрын
Bro I download this code from github to take an overview but I can't able to login in via your given user name and password, please help
@NihiraTechiees Жыл бұрын
Have you created the api also?
@siddharthrai6715 Жыл бұрын
@@NihiraTechiees I just downloaded your project git and run on my system
@NihiraTechiees Жыл бұрын
Brother it's angular code, and api created using dot net core, I shared that video link also in description
@isanthoshkumar_s2 жыл бұрын
I have doubt for creating authentication in different roles
@NihiraTechiees2 жыл бұрын
Ok. What is your doubt ?
@isanthoshkumar_s2 жыл бұрын
@@NihiraTechiees I want to Login using two user..one is normal user and another one is super admin that super admin access all components and normal user access one or two components...what will I do?
@isanthoshkumar_s2 жыл бұрын
I want set token from local storage without API
@NihiraTechiees2 жыл бұрын
If you have token, you can set the token value directly to the local storage, Appcomponent is the starting point so please assign in the onInt Or the constructor
@NihiraTechiees2 жыл бұрын
kzbin.info/www/bejne/aHO0pH1rfpihl6c check this video it will help you for implementing role based permission
@ArunKumar-uq3zv2 жыл бұрын
Sir, is there any way to contact you for some guidance.
@NihiraTechiees2 жыл бұрын
send mail to this email id : nihiratechiees@gmail.com
@joseluisrocha8351 Жыл бұрын
The explanation is good , but the visualization is no good. Remamber the ajust the view. Congratulations for your job.
@NihiraTechiees Жыл бұрын
Thanks for the suggestions will consider in upcoming videos