I've read some article on token based authentication in Asp.Net Core. I'm new to Asp.Net Core and Token based Authentication. Can anyone help me with that? Some code will be helpful for me. I'm using latest version of visual studio community 2017.
1 Answer
There is an excellent tutorial already written here
Also, IdentityServer4 have a lot of tutorials that show you how to configure identity server (to generate tokens) and how to secure your web api (token based authentication).