Hopefully this is not off topic but.....
I want to create a brand new webapi 2.1 project and also an mvc5 site (I will looking at converting this into an angular site another day).
My application needs roles and authentication and the ability to send details to the client encrypted e.g. Id's and other things I don't want the end user to see in plain text.
I want all the heavy lifting to take place at the api level as I don't want to have to implement membership at the client level. Obviously the site will require a user to log in but I was hoping to be able to call the API from the website.
What is the path to least resistance on this :)
I have been looking at MembershipReboot today and that looks promising and also the built in pieces with the lasted updates from microsoft.
I don't think what I want to do is overly difficult, I just dont want to waste lots of time going down one path then discover I need to start again.
My question is if I were to choose either of these two (if there are others Im open to suggestion) would they be able to manage
I hope someone can point me in the right direction and I'm happy to trade beer or coffee for some good advise.
Thank you!
I believe you will need the following capabilities: