6 lines
366 B
Plaintext
6 lines
366 B
Plaintext
# Generate a client id through the twitch CLI
|
|
VITE_CLIENT_ID=412c7e3c3df177bbd466a213ce4d05
|
|
VITE_TWITCH_API_BASE=http://localhost:8080/mock
|
|
# Then get yourself a token via curl -X POST 'http://localhost:8080/auth/authorize?client_id={client_id}&client_secret={client_secret}&grant_type=user_token&user_id={user_id}&scope={scopes}
|
|
VITE_TOKEN_OVERRIDE=ed70cddba8db975
|