extend token lifetime to 30 minutes (#5019)
This commit is contained in:
@@ -44,6 +44,7 @@ export const useUploadVideoMutation = ({
|
|||||||
{
|
{
|
||||||
aud: serviceAuthAud,
|
aud: serviceAuthAud,
|
||||||
lxm: 'com.atproto.repo.uploadBlob',
|
lxm: 'com.atproto.repo.uploadBlob',
|
||||||
|
exp: Date.now() + 1000 * 60 * 30, // 30 minutes
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ export const useUploadVideoMutation = ({
|
|||||||
{
|
{
|
||||||
aud: serviceAuthAud,
|
aud: serviceAuthAud,
|
||||||
lxm: 'com.atproto.repo.uploadBlob',
|
lxm: 'com.atproto.repo.uploadBlob',
|
||||||
|
exp: Date.now() + 1000 * 60 * 30, // 30 minutes
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user