Skip to content

Commit

Permalink
Merge pull request #243 from TAMULib/cors-credentials
Browse files Browse the repository at this point in the history
Include credentials with token refresh request
  • Loading branch information
jsavell authored May 31, 2024
2 parents 2871eb2 + 8b9ab78 commit 25459a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/services/authService.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ core.service("AuthService", function ($http, $timeout) {
}

AuthService.pendingRefresh = $http.get(url, {
withCredentials: true,
headers: {
'X-Requested-With': undefined
}
Expand Down

0 comments on commit 25459a0

Please sign in to comment.