You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installation using autobots framework the bot will require an OAuth procedure. The user will need to configure an application resulting in a client id and secret. Next the user will need to authenticate with Spotify using OAuth.
Oauth Implementation
Bot command message for >oauth login
Send user a url which the bot listens to with spotify login and redirect back to bot
Listen for http response from oauth sequence and receive the token, updating the bot config
HTTP Endpoint
Host of bot must have proper networking (ingress controller for k8, nginx proxy, etc.)
Exposed over 443 behind cloudflare
The text was updated successfully, but these errors were encountered:
After installation using autobots framework the bot will require an OAuth procedure. The user will need to configure an application resulting in a client id and secret. Next the user will need to authenticate with Spotify using OAuth.
Oauth Implementation
>oauth login
HTTP Endpoint
The text was updated successfully, but these errors were encountered: