Secure HTTP endpoints with Auth0 #39

Closed
opened 2019-05-10 22:17:21 -04:00 by kdeng00 · 0 comments
kdeng00 commented 2019-05-10 22:17:21 -04:00 (Migrated from github.com)

Secure the following HTTP endpoints with Auth0 grants:

  • GET api/album
  • GET api/album/[id]
  • GET api/artist
  • GET api/artist/[id]
  • GET api/song/[id]
  • PUT api/song/[id]

This will require

  1. Creating the grant for the API and Machine to Machine API in Auth0
  2. Enabling the grants in Auth0
  3. Adding the created grants to the Startup class
  4. Authorizing the corresponding grants to each API Controller class and HTTP endpoint listend above
## Secure the following HTTP endpoints with Auth0 grants: * GET api/album * GET api/album/[id] * GET api/artist * GET api/artist/[id] * GET api/song/[id] * PUT api/song/[id] ### This will require 1. Creating the grant for the API and Machine to Machine API in Auth0 2. Enabling the grants in Auth0 3. Adding the created grants to the [Startup](https://github.com/amazing-username/Icarus/blob/master/Startup.cs) class 4. Authorizing the corresponding grants to each API Controller class and HTTP endpoint listend above
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: phoenix/icarus#39