ASP.NET & JWT - confused example?

I am looking for code sample/approach for supporting an asp.net web application as well as js front end accessing the same back end in terms of cookie/jwt support. The asp.net approach is straight owin-cookie authentication, however a js front end hitting the same backend asp.net web application should be jwt based?
Any help and/or point me in the right direction would be appreciated.

ty