Removed Immediate.Apis, Added AOT Testing Scripts.
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Htmx.ApiDemo.Data;
|
||||
/// No EF Core, no LINQ-to-SQL, no RelationalModel fully NativeAOT safe.
|
||||
/// IPasswordHasher is pure PBKDF2 crypto with no dynamic IL.
|
||||
/// </summary>
|
||||
public sealed class AuthService(
|
||||
public sealed class AppAuthService(
|
||||
MongoDbService mongo,
|
||||
IPasswordHasher<AppUser> passwordHasher,
|
||||
IHttpContextAccessor httpContextAccessor)
|
||||
|
||||
Reference in New Issue
Block a user