We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef95c3f commit 941469dCopy full SHA for 941469d
support/doc/plugins/guide.md
@@ -418,7 +418,12 @@ function register (...) {
418
if (fieldName === 'videoQuotaDaily') return currentValue
419
420
return newValue
421
- }
+ },
422
+
423
+ // Ask PeerTube to redirect on this URL instead of classic `/login` page
424
+ // The URL will contain an `externalAuthToken` param that can be reused to authenticate to the PeerTube REST API
425
+ // Introduced in PeerTube >= 7.3
426
+ externalRedirectUri: 'https://mywebsite.example.com/peertube-login-cb'
427
})
428
429
0 commit comments