Want to track when a user uploads a song. Will be required when linking a user to a song.
Requirements
Require that the username is included when making a call to the API that uploads songs
Will need to update the client applications
The username doesn't have to be passed separately, it can be included in the access token
If it is part of the token you will need to be able to decode it
Want to track when a user uploads a song. Will be required when linking a user to a song.
## Requirements
* Require that the username is included when making a call to the API that uploads songs
- Will need to update the client applications
* The username doesn't have to be passed separately, it can be included in the access token
- If it is part of the token you will need to be able to decode it
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.
Want to track when a user uploads a song. Will be required when linking a user to a song.
Requirements