Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Microsoft.AspNetCore.Authentication;
|
||||
|
||||
namespace Backend.Security.Authentication {
|
||||
public class JwtTokenAuthenticationHandlerOptions : AuthenticationSchemeOptions {
|
||||
// Options for the authentication handler.
|
||||
// Currently: None
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user