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