Hi everyone,
I want to try to make a POC with .Net Core + VueJS.
I followed this article to make an API that take care of JWT : Securing ASP.NET Core 2.0 Applications with JWTs
But the frontend part doesn’t seems to work. So i use the sample projet Auth0 can build with the VueJS template. Both are working alone and I don’t understand how can I link them both.
Can someone share some time with me to help me figure it out ?
Thank you.