atinux / nuxt-auth-utils

Add Authentication to Nuxt applications with secured & sealed cookies sessions.
MIT License
962 stars 90 forks source link

grant_type for twitch is incorrect #176

Closed mavrick closed 2 months ago

mavrick commented 2 months ago

https://dev.twitch.tv/docs/authentication/getting-tokens-oauth/

grant_type Must be set to client_credentials

client_id=hof5gwx0su6owfnys0yan9c87zr6t
&client_secret=41vpdji4e9gif29md0ouet6fktd2
&grant_type=client_credentials
mavrick commented 2 months ago

ignore me, this somehow started working again.