Aktiviert Endpunkt prüfen
This commit is contained in:
parent
0786013bd0
commit
d228a3cd50
@ -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")]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user