fix(migration): do not expire trello token
This commit is contained in:
parent
e5e66d73f5
commit
dc291a51f5
@ -74,7 +74,7 @@ func (m *Migration) Name() string {
|
|||||||
// @Router /migration/trello/auth [get]
|
// @Router /migration/trello/auth [get]
|
||||||
func (m *Migration) AuthURL() string {
|
func (m *Migration) AuthURL() string {
|
||||||
return "https://trello.com/1/authorize" +
|
return "https://trello.com/1/authorize" +
|
||||||
"?expiration=1hour" +
|
"?expiration=never" +
|
||||||
"&scope=read" +
|
"&scope=read" +
|
||||||
"&callback_method=fragment" +
|
"&callback_method=fragment" +
|
||||||
"&response_type=token" +
|
"&response_type=token" +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user