Namespace Dangl.Identity.Client.Mvc.Services
Classes
DanglIdentityUserInfoUpdater<TIdentityUser, TIdentityRole>
Handles user updating from Jwt tokens
MemoryCacheUserInfoUpdaterCache
This implementation of the IUserInfoUpdater uses the Asp.Net Core Microsoft.Extensions.Caching.Memory.IMemoryCache internally
UserInformationTransmissionHttpHandler
This http handler is used in service-to-service communications. It should only be used when communicating with services using Dangl.Identity. It will send the user id, username and email as Http headers. The client must have special permissions granted so that receivers will accept these values. See the README for details.
UserInfoService<TIdentityUser>
This service can be used in web applications that use Dangl.Identity for authentication ///
Interfaces
IUserInfoService
This service can be used in web applications that use Dangl.Identity for authentication ///
IUserInfoUpdater
Handles user updating from Jwt tokens
IUserInfoUpdaterCache
This interface represents a cache that is used by the IUserInfoUpdater to save database roundtrips