Authentication: Is a process you have to go through to gain access or to be verified to access the main app/web. This process you have to go through to gain authentication can come in many different ways. The main type of authentication method is to input your username and password if they match the preset username and password, then, you will have access to the main app/web, else, you will not be verified to access the main app/web.
Authorization: After you are verified to the main app/web. There will be some limitations of access inside the main app/web. where you will not be authorized to access this page. This all depends on the type of user, if the user is an admin, then he will be authorized to all pages in the app/web. On the other hand, if you are a regular user/client, then you will be limited to certain pages where you are authorized to go to and the rest of the pages you will not be authorized to go to.
Authorization: After you are verified to the main app/web. There will be some limitations of access inside the main app/web. where you will not be authorized to access this page. This all depends on the type of user, if the user is an admin, then he will be authorized to all pages in the app/web. On the other hand, if you are a regular user/client, then you will be limited to certain pages where you are authorized to go to and the rest of the pages you will not be authorized to go to.
Comments
Post a Comment