Anchy
JWT in front-end
If you have an external identity provider already that provides you with a JWT and you are using ASP.NET Core for the backend API then you could use the JWT Bearer scheme, this will allow you to pass the JWT through the Authorization header with the format
Authorization: Bearer JWT_HERE
347 replies
✅ Rider does not recognise WebImage Helper
It's part of the
System.Web.Helpers
namespace under this package: https://www.nuget.org/packages/Microsoft.AspNet.WebHelpers/8 replies