CMS and Commerce supports AspNetIdentity, it's probably something you should look into.
https://github.com/episerver/Quicksilver already has AspNetIdentity implemented
Can we restrict webadmin or administrator to log in to E-commerce as admin is not going to use commerce?
@Quan Mai Can we restrict webadmin or administrator to log in to E-commerce as admin is not going to use commerce?
Commerce functionalities are granted to CommerceAdmins virtual role, which is basically WebAdmins and Adminstrators by default. You can change episerverframework.config to assign CommerceAdmins to another role/group instead
@Quan Mai: The Quick Silver looks complex to start with as it is attahced with some many things(files, classes) and I am getting so many errors. Can you recommend any simpler one?
I'd suggest to go with this https://docs.microsoft.com/en-us/aspnet/identity/overview/getting-started/index
Once you understand the concept you can probably understand the implement in Quicksilver easier
How to implement user authentication for CMS and Commerce (not the edit mode authentication)?