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?