Currently, I am developing web applications using asp.net core 2.0 and I need to apply JWT authentication web API into my web application. From my research, I found examples for asp.net core 1.0 but could not find for asp.net 2.0. What is the difference between JWT in Core 2.0 and Core 1.0? Is there any reference that I can refer to?
Thanks in advance.