Open alegag opened 3 years ago
Turns out the length should be at least 5-chars (not documented on Trello side either, discovered by trial-and-error).
Should the Trello class throw an exception if name length is <=4 chars ? What do you think ? (I can do an MR for it if the proposition makes sense)
I'm not sure if this should be this package's responsibility to validate that, especially if it's not documented. However, if you would like to consider it, please
Also please note that Trello is not included as an out of the box provider in V2, however integrating custom providers is easy there.
Thanks!
Calling the class with parameter
name
don't seems to apply it to Trello.The value of
APP_NAME
get passed in the URL, but the result on the Trello auth-page is "An unknown application" instead of the expected value.