Hey.
I followed this article:
Unfortunately the access of .../Token is not possible, because it is not found. Am I missing something?
I created user accounts (Identity), so with calling a login method users should get a token, as described in the above article. With this token they are able to call methods that have the [Authorize] attribute, am I correct?
Do I need to install any packages (NuGet) or do I have to write any other lines of code?
Thank you in advance for your help!