Missing response_type "code"
Scorfly opened this issue · 3 comments
Scorfly commented
Hi !
The last release broke my project :
I use url := AuthBaseURL + "/authorize?response_type=code"
because it return an access_token and a refresh_token
with the response_type=token
, it doesn't return an refresh_token
Did i miss something ?
I think it would be better to pass this as a param of the function
nicklaw5 commented
Sorry about that. Please pin to the previous release until I can take a closer look.
nicklaw5 commented
@Scorfly this issue should now be resolved. Please see the latest release: https://github.com/nicklaw5/helix/releases/tag/v0.7.0.
Scorfly commented
Thx it's perfect for me ;)