Skip to content

Commit

Permalink
Update Configure.Auth.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Mar 9, 2024
1 parent 13a8e19 commit 7229528
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MyApp/Configure.Auth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public void Configure(IWebHostBuilder builder) => builder
appHost.Plugins.Add(new AuthFeature(IdentityAuth.For<ApplicationUser>(options => {
options.SessionFactory = () => new CustomUserSession();
options.CredentialsAuth();
options.AdminUsersFeature();
})));
});
}

0 comments on commit 7229528

Please sign in to comment.