[REFACTOR] Reworking auth implementation
This commit is contained in:
10
DotBased.AspNet.AuthMaster/AuthMasterExtensions.cs
Normal file
10
DotBased.AspNet.AuthMaster/AuthMasterExtensions.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
namespace DotBased.AspNet.AuthMaster;
|
||||
|
||||
public static class AuthMasterExtensions
|
||||
{
|
||||
public static AuthenticationBuilder UseAuthMaster()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user