4
Answers

User Authentication

syed ahmed

syed ahmed

8y
288
1
I have made a simple login page for a project which has atmost 10 pages !<br />i want user management plan for it, but i am unable to understand that how i could manage it.<br />for example when the admin logged in, everything , each and every page must be visible to admin.<br />whereas when user-1 logged in only 3 to 4 pages must be accessible to user-1 and similiar for multiple users !<br />help required ?
Answers (4)
0
Asad Ali

Asad Ali

NA 1.3k 63.6k 8y
are you using any js framework like angular?
Accepted
0
Vincent Maverick Durano

Vincent Maverick Durano

NA 19.1k 2.2m 8y
If you are using ASP.NET MVC then perhaps this book might help you:http://www.c-sharpcorner.com/ebooks/asp-net-mvc-5-a-beginner-s-guide
That covers both authentication and page authorization based on user roles.
0
basit khan

basit khan

NA 221 31.9k 8y
Check below link i wrote same thing there http://www.c-sharpcorner.com/forums/admin-login-page3
0
syed ahmed

syed ahmed

NA 6 292 8y
No asad bhai, its a simple web application !<br /><div>As i am a beginner, i haven't work on angular js etc !</div><div></div>