0
reji79 created
Hi Hikalkan
First up all, thank you for the framework and that saved me lot of work.
I am looking for your suggestion to implement authentication & permission.
We want to use windows authentication in the application that has a table of users, containing their account names, and their respective roles in the application. So I am looking to validate authenticated users against this table and then on subsequent requests check their permission/role to access the views.
Also store the validated users details and pass with each requests.
What is the best way to go about on implementing this.
thanks Andy