Explain Authentication and Authorization?
Answer / Babalu Gautam
Authentication in AngularJS refers to the process of verifying the identity of a user, while Authorization pertains to giving or denying access to a resource after the identity is verified. Authentication is usually achieved through login credentials, such as username and password, while Authorization decides what resources a user can access based on their roles.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is semantic element in html?
Explain angular 4 providers.
Which database is best for angularjs?
What are the advantages of using angular.js framework?
How do you resolve a template url relative to a component class?
Difference between sessionstorage, cookies, and localstorage.
Who made angular?
What does aot stand for?
What are modules in angular?
Which is the core module of AngularJS?
What are different ways of bootstrapping AngularJS?
How to upgrade web applications from angular2 to angular4?