4

What is the best authentication solution for a WebAPI/AspNet.Identiy 3.0-*/SPA architecture?

It seems that OAuth 2.0 JWT bearer token is a better approach vs coockies. But I could not find up to date examples with AspNet.Identity 3. Does anyone knows what to do in order to generate JWT with Identity?

Steven Muhr
  • 3,339
  • 28
  • 46
  • [This](http://bitoftech.net/2015/02/16/implement-oauth-json-web-tokens-authentication-in-asp-net-web-api-and-identity-2/) article seems quite valid as it uses the latest Identity (2.1)? – Roope Hakulinen Jul 23 '15 at 07:27
  • I am working with the last beta version of Asp.Net/Identity and I am not sure that the solution in the article is still the right way to do it. – Steven Muhr Jul 23 '15 at 07:58

0 Answers0