nicklaw5/helix

Missing response_type "code"

Scorfly opened this issue · 3 comments

Hi !

The last release broke my project :

197ab07

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

Sorry about that. Please pin to the previous release until I can take a closer look.

@Scorfly this issue should now be resolved. Please see the latest release: https://github.com/nicklaw5/helix/releases/tag/v0.7.0.

Thx it's perfect for me ;)