JWT Authentication
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Prospect.Server.Api.Services.Auth
|
||||
{
|
||||
public class AuthTokenSettings
|
||||
{
|
||||
public string Secret { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user