Added ObjectAttribute interface & classes

This commit is contained in:
Max
2024-07-27 12:49:45 +02:00
parent 5341179e94
commit c7d654a0ba
7 changed files with 63 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ namespace DotBased.ASP.Auth;
public class BasedAuthConfiguration
{
/// <summary>
/// Allow users to registrate a user account.
/// Allow users to registrate.
/// </summary>
public bool AllowRegistration { get; set; }
//TODO: Callback when a user registers, so the application can handle sending emails or generate a code to complete the registration.