The latest library for indigo OAuth has a breaking change where instead of a single scope string, it is now a slice of strings.
This can be solved by marshalling the slice of strings to a json string and storing in the database.
The latest library for indigo OAuth has a breaking change where instead of a single scope string, it is now a slice of strings.
This can be solved by marshalling the slice of strings to a json string and storing in the database.