Sign up ×
Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute:

I would like to develop a web site (app) using AngularJs and WebAPI, but will require users to create a profile and login or use an oauth provider. I can see many resources on the web for it, what I can't find is a visual studio projects template that takes care of all the plumbing. Anyone aware of such a template out there?

I love John Pappa's Hottowel SPA template but it does not have authentication baked in, and does not seem to have been updated in a long time.

I hate "plumbing" so I would appreciate any help that will get me straight into building the logic of my app.

Any pointers will be appreciated.

share|improve this question

1 Answer 1

There are some project template available for example ng.Net.Template,

But Instead of looking for the template I'll recommend you develop your authentication module so that you have full control over it. It is fairly easy to implement, please see the this answer to understand in details : ASP.NET WebApi authentication with AngularJS

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.