Add a property to retrieve the claims (id and login) in the token
This commit is contained in:
@@ -13,7 +13,7 @@ namespace skydiveLogs_api.Controllers
|
||||
{
|
||||
[Route("api/[controller]")]
|
||||
[ApiController]
|
||||
public class AircraftController : ControllerBase
|
||||
public class AircraftController : Base
|
||||
{
|
||||
public AircraftController(IAircraftService aircraftService,
|
||||
IMapper mapper)
|
||||
|
||||
Reference in New Issue
Block a user