Authorize via Trello
// src/actions/oauth/trello/autorize.php
// Generate URL for OAuth
Helpers\TrelloOAuth::getAuthUrl(
$_ENV('TRELLO_API_KEY'),
'callback url'
);
- Go to https://trello.com/app-key page
- Add https://*.ngrok.io to "Allowed Resources" section
- Continue with Authorize