c# - asp.net core authenticating with JWT tokens -
i have .net core web app , .net core web api app. web app strictly front end , want web api app handle end data request including authentication.
if setup web api app authenticate jwt tokens similiar here (https://stormpath.com/blog/token-authentication-asp-net-core), how [authorize]
attribute work on controllers in web app require user authenticated?
Comments
Post a Comment