Skip to content

Commit

Permalink
fix(github): fix github enterprise authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabertelli committed Oct 25, 2023
1 parent 3cf6b97 commit 21b7632
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion controllers/auth/read.auth.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,15 @@ router.get(
const userInfo = {}

logger.debug('----> new UserInfo')

logger.debug(
tokenURL +
'?client_id=' +
clientId +
'&client_secret=' +
clientSecret +
'&code=' +
grantCode
)
let accessToken = null

fetch(
Expand Down

0 comments on commit 21b7632

Please sign in to comment.