Music Streaming App Post 2
The RESTful side of this is the bane of my existence... I hate it, every message has to be previously thought of and every message needs to be processed on both sides
I’ve managed to get to know how to do what I need (user authentication) though not in a proper way, I’m doing it through url parameters (it’s not going to be used with a web browser anyway, so you can’t see the password, but it’s not really secure
normally I’d do it with some sort of security mechanism, like what aws does, or with oauth2 or something else














