ASP.NET Core (2.1) Web API: Identity and external login provider
问题 I have been discovering a bit the ASP.NET Core for a few days and wanted to try implementing authentication via LinkedIn. Most of the tutorials I found online used MVC and this is a seamless process, but I wanted to do a pure API. I've got something working, but I am not sure this is secure (I've hit some issue that I 'fixed' in a way that may be insecure). Context of the application: I am developing a Web API, with JWT Bearer token based authorization, which means I don't have any cookie