Skip to content

Commit

Permalink
Hotfix: Re-add GitHub Callback
Browse files Browse the repository at this point in the history
  • Loading branch information
AydanPirani authored Aug 15, 2023
1 parent 001b96a commit 220146a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/auth/auth-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { ModifyRoleRequest } from "./auth-formats.js";
passport.use(Provider.GITHUB, new GitHubStrategy({
clientID: process.env.GITHUB_OAUTH_ID ?? "",
clientSecret: process.env.GITHUB_OAUTH_SECRET ?? "",
callbackURL: Constants.GITHUB_OAUTH_CALLBACK,
}, verifyFunction));


Expand Down

0 comments on commit 220146a

Please sign in to comment.