Implemented Auth0 functionality to handler authentication. Not complete, will add to it some more. #15
This commit is contained in:
@@ -41,6 +41,8 @@ namespace Icarus.Controllers
|
||||
|
||||
|
||||
[HttpGet("{id}")]
|
||||
//[Route("private-scoped")]
|
||||
//[Authorize("download:songs")]
|
||||
public async Task<IActionResult> Get(int id)
|
||||
{
|
||||
MusicStoreContext context = HttpContext.RequestServices
|
||||
|
||||
Reference in New Issue
Block a user