Aktiviert Endpunkt prüfen
This commit is contained in:
@@ -9,9 +9,9 @@ namespace DigitalData.UserManager.API.Controllers;
|
||||
[Tags("Auth")]
|
||||
public class PlaceholderAuthController : ControllerBase
|
||||
{
|
||||
[AllowAnonymous]
|
||||
[Authorize]
|
||||
[HttpGet("check")]
|
||||
public IActionResult CheckAuthentication() => throw new NotImplementedException();
|
||||
public IActionResult CheckAuthentication() => Ok();
|
||||
|
||||
[AllowAnonymous]
|
||||
[HttpPost("login")]
|
||||
|
||||
Reference in New Issue
Block a user