Skip to content

Commit

Permalink
Merge pull request #196 from awanlin/topic/fix-github-auth
Browse files Browse the repository at this point in the history
Fixed GitHub auth
  • Loading branch information
awanlin authored Nov 29, 2023
2 parents 6cd273e + 46ae3ee commit 5a04b23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@backstage/errors": "^1.2.3",
"@backstage/plugin-app-backend": "^0.3.56-next.1",
"@backstage/plugin-auth-backend": "^0.20.1-next.1",
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.5-next.1",
"@backstage/plugin-auth-node": "^0.4.2-next.1",
"@backstage/plugin-badges-backend": "^0.3.5-next.1",
"@backstage/plugin-catalog-backend": "^1.15.1-next.1",
Expand Down
1 change: 1 addition & 0 deletions packages/backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const backend = createBackend();

backend.add(import('@backstage/plugin-app-backend/alpha'));
backend.add(import('@backstage/plugin-auth-backend'));
backend.add(import('@backstage/plugin-auth-backend-module-github-provider'));
backend.add(import('@backstage/plugin-badges-backend'));
backend.add(import('@backstage/plugin-catalog-backend/alpha'));
// TODO:(awanlin) replace when this is completed: https://github.com/backstage/backstage/pull/20551
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12609,6 +12609,7 @@ __metadata:
"@backstage/errors": ^1.2.3
"@backstage/plugin-app-backend": ^0.3.56-next.1
"@backstage/plugin-auth-backend": ^0.20.1-next.1
"@backstage/plugin-auth-backend-module-github-provider": ^0.1.5-next.1
"@backstage/plugin-auth-node": ^0.4.2-next.1
"@backstage/plugin-badges-backend": ^0.3.5-next.1
"@backstage/plugin-catalog-backend": ^1.15.1-next.1
Expand Down

0 comments on commit 5a04b23

Please sign in to comment.