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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Secure the following HTTP endpoints with Auth0 grants:
This will require