markbates / goth

Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications.
https://blog.gobuffalo.io/goth-needs-a-new-maintainer-626cd47ca37b
MIT License
5.2k stars 566 forks source link

Adding a Hubspot provider for Goth #531

Closed justinrsweeney closed 4 months ago

justinrsweeney commented 6 months ago

This adds Hubspot as a Goth provider: https://developers.hubspot.com/docs/api/working-with-oauth.

justinrsweeney commented 6 months ago

@techknowlogick Looks like the test failure here is related to building with Go 1.16 and upgrading to 1.17 would resolve the issue. It seems to be unrelated to the specific changes here, curious if you have a suggestion on how to proceed?

techknowlogick commented 4 months ago

Thanks @justinrsweeney, I've just bumped the min version to 1.18. could you merge in the recent changes to your branch so it can run again?

justinrsweeney commented 4 months ago

Thanks, updated from the recent changes.