You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alter default scope separator for Xero connect requests
The default oauth league scope separator is a comma, however Xero
requires spaces instead. When passing an array of scopes, the underlying
league code will implode the scope array automatically. But this will be
rejected via Xero due to the comma. Use a space instead.
@seehttps://github.com/calcinai/oauth2-xero#authorization-code-flow@seehttps://developer.xero.com/documentation/oauth2/sign-in
Scopes are the permissions that your app is requesting approval for.
You can pass in a list of scopes separated by a space.
Remove extra space, new line
0 commit comments