-
FacebookTokenError: This authorization code has been used. at Strategy.parseErrorResponse (F:\emproject\educationMedia\emWebApp\server\node_modules\passport-facebook\lib\strategy.js:196:12) at Strateg…
-
// TODO: Configuring passport-google-oauth20
var _google_strategy = new GoogleStrategy({
clientID: '1057680845037-fdcghju9jogg16jlcjprhkturoir8tg3.apps.googleusercontent.com',
clientS…
-
### I did this
```sh
kanidm system oauth2 update-claim-map-join \
${OAUTH_APP} 'roles' array
kanidm system oauth2 update-claim-map \
${OAUTH_APP} \
'roles' \
'my.group' 'AB'
…
-
FacebookTokenError: This authorization code has been used.
at Strategy.parseErrorResponse (C:\Users\My pc\Music\BuddyApp\node_modules\passport-facebook\lib\strategy.js:196:12)
at Strategy.OAuth2…
-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to …
-
## Pre-check
- Do not use the issues tracker for help or support, try Stack Overflow.
- For bugs, do a quick search and make sure the bug has not yet been reported
- If you found a security bug, …
kcore updated
2 months ago
-
Got a not really helpful 500 error message
```
server_1 | Error
server_1 | at Strategy.parseErrorResponse (/usr/src/app/node_modules/passport-facebook/lib/strategy.js:196:12)
server_1 …
-
strategy.ts is not invoking and not logging the user variable.
I tried to authenticate the user using passport-oauth2 package in nestjs.The problem is, strategy is not calling and not returning the u…
-
```
InternalOAuthError: Failed to obtain access token
--
| at Strategy.OAuth2Strategy._createOAuthError (/app/node_modules/passport-oauth2/lib/strategy.js:408:17)
| at /app/node_modules/passpo…
-
I'm using Phoenix with a very basic twitch strategy based on the built-in oauth2 strategy, and the defaults for everything else (templates, views, controllers, schemas, etc).
Logging in works, but …