fix(core): Make OAuth1/OAuth2 callback not require auth (#10263)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-07-31 15:03:37 +02:00
committed by GitHub
parent 2a09a036d2
commit a8e2774f53
4 changed files with 11 additions and 22 deletions

View File

@@ -42,10 +42,6 @@ const skipBrowserIdCheckEndpoints = [
// We need to exclude binary-data downloading endpoint because we can't send custom headers on `<embed>` tags
`/${restEndpoint}/binary-data/`,
// oAuth callback urls aren't called by the frontend. therefore we can't send custom header on these requests
`/${restEndpoint}/oauth1-credential/callback`,
`/${restEndpoint}/oauth2-credential/callback`,
];
@Service()