mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-01-18 18:14:20 +01:00
10 lines
161 B
C#
10 lines
161 B
C#
|
|
namespace DotBased.AspNet.AuthMaster;
|
|
|
|
public static class AuthMasterExtensions
|
|
{
|
|
public static AuthenticationBuilder UseAuthMaster()
|
|
{
|
|
|
|
}
|
|
} |