[REFACTOR] Reworking auth implementation

This commit is contained in:
max
2024-12-16 02:34:30 +01:00
parent eb277e0937
commit e8438c807d
8 changed files with 81 additions and 30 deletions

View File

@@ -0,0 +1,10 @@
namespace DotBased.AspNet.AuthMaster;
public static class AuthMasterExtensions
{
public static AuthenticationBuilder UseAuthMaster()
{
}
}