Symmetric keys with jwt has been implemented
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ namespace Icarus
|
||||
services.AddDbContext<GenreContext>(options => options.UseMySQL(connString));
|
||||
services.AddDbContext<CoverArtContext>(options => options.UseMySQL(connString));
|
||||
|
||||
services.AddAsymmetricAuthentication(Configuration);
|
||||
// services.AddAsymmetricAuthentication(Configuration);
|
||||
|
||||
/**
|
||||
services.AddTransient<AuthenticationService>(au => new AuthenticationService(new UserService(Configuration), new TokenService(Configuration), Configuration));
|
||||
|
||||
Reference in New Issue
Block a user