Skip to content

Commit

Permalink
fix: OAuth callback service is distributed while authentication relat…
Browse files Browse the repository at this point in the history
…ed services should not (closes #381)
  • Loading branch information
claustres committed Sep 6, 2024
1 parent 6e4ea98 commit cc5f689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/config/default.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ module.exports = {
distribution: { // Distribute data services only
services: (service) => !service.path.includes('users') &&
!service.path.includes('authentication') &&
!service.path.includes(':provider') &&
!service.path.includes('authorisations') &&
!service.path.includes('features') &&
!service.path.includes('projects') &&
Expand Down

0 comments on commit cc5f689

Please sign in to comment.