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
To make full use of our Power-Up, we're going to need you to authorize us to access your Trello account!
</p>
<button id="auth-btn" type="submit" class="mod-primary">Authorize Access To Trello</button>
<script>
var Promise = TrelloPowerUp.Promise;
var t = TrelloPowerUp.iframe();
var apiKey = t.arg('apiKey'); // Passed in as an argument to our iframe
var trelloAuthUrl = `https://trello.com/1/authorize?expiration=1hour&name=Example%20Trello%20Power-Up&scope=read&key=${apiKey}&callback_method=fragment&return_url=${window.location.origin}%2Fauth-success.html`;
var tokenLooksValid = function(token) {
// If this returns false, the Promise won't resolve.