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

Bitbucket Authentication Error #495

Closed nik0811 closed 1 year ago

nik0811 commented 1 year ago

The below error is occurring after authentication in callback.

json: cannot unmarshal object into Go value of type []struct { Email string "json:\"email\""; Primary bool "json:\"is_primary\""; Confirmed bool "json:\"is_confirmed\"" }

nik0811 commented 1 year ago

The below error is occurring after authentication in callback.

json: cannot unmarshal object into Go value of type []struct { Email string "json:\"email\""; Primary bool "json:\"is_primary\""; Confirmed bool "json:\"is_confirmed\"" }

Issue is now resolved