Skip to content
This repository was archived by the owner on Jun 29, 2020. It is now read-only.
This repository was archived by the owner on Jun 29, 2020. It is now read-only.

Question: Using the player server side or without access_token #112

@JelleZicht

Description

@JelleZicht

Hi, not sure if this is the right place. Please redirect me if i'm wrong 👍

I am creating a small spotify UI with node.js. Until now i could direct all my client side requests to the node js server which would get/update the access_token if the user was logged in.
The web playback audio player requires an access_token on the client side, which is what i am trying to prevent as much as possible mainly for security reasons.

Can i redirect the callback to the nodejs server which adds the access_token there? Does anyone have any suggestions? The main goal is to not have the access_token on the client. If this is a bad idea, please let me know as well :-)

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions