Is your feature request related to a problem? Please describe.
In order to implement #4 friendships will be necessary.
Could also be used for a "quick view" of some sort, showing the friends' currently playing track.
Describe the solution you'd like
Request is sent with a JWT token and a target user id.
This stores a friend request from user from JWT to target user.
Target user sends a request with its JWT token and requesting user id to accept the friend request.
Now they are friends 😁
The data modelling of friendships will depend on the implementation of #3
Is your feature request related to a problem? Please describe.
In order to implement #4 friendships will be necessary.
Could also be used for a "quick view" of some sort, showing the friends' currently playing track.
Describe the solution you'd like
Request is sent with a JWT token and a target user id.
This stores a friend request from user from JWT to target user.
Target user sends a request with its JWT token and requesting user id to accept the friend request.
Now they are friends 😁
The data modelling of friendships will depend on the implementation of #3