init
This commit is contained in:
commit
f6629fbb33
32 changed files with 1608 additions and 0 deletions
9
Foxchat.Identity/Authorization/AuthenticationHandler.cs
Normal file
9
Foxchat.Identity/Authorization/AuthenticationHandler.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace Foxchat.Identity.Authorization;
|
||||
|
||||
public static class AuthenticationHandlerExtensions
|
||||
{
|
||||
public static void AddAuthenticationHandler(this IServiceCollection services)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue