fix(migration): do not expire trello token
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2024-03-06 15:13:54 +01:00
parent e5e66d73f5
commit dc291a51f5
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ func (m *Migration) Name() string {
// @Router /migration/trello/auth [get]
func (m *Migration) AuthURL() string {
return "https://trello.com/1/authorize" +
"?expiration=1hour" +
"?expiration=never" +
"&scope=read" +
"&callback_method=fragment" +
"&response_type=token" +