-
Hello,
im getting sometimes this error:
```javascript
[Error] TypeError: Cannot read property 'steamid' of undefined
at steam.getPlayerSummaries.callback (/home/pr/node_modules/passport-steam/…
-
Hi - I'm trying to use this geoservices.js library with my locally hosted ARCGIS geocoding service.This ARCGIS geocoding service is running on IIS Server , with integrated windows authentication. I se…
-
Currently, no monero wallets support airgapped signing. We need mobile and desktop wallets to connect with, otherwise this effort will be pointless. The UI should be similar to passport's bitcoin sign…
-
**Describe the bug**
An SM MAC mismatch error was observed when reading the last frame of the EF.SOD file for a US passport.
This issue has NOT been observed before and interestingly only occured …
-
I have set up GH Enterprise (trial for 45 days) on a VM.
Am setting the ENV variables and running strider as follows:
```
PLUGIN_GITHUB_API_ENDPOINT="http://192.168.56.105/api/v3" DB_URI="mongodb://…
saraf updated
8 years ago
-
Hello!
Not sure if this should be an issue for passport-linkedin-oauth2 or passport-oauth2, but here I go.
I'm getting this error when I click on the 'Cancel' button while trying to sign in with…
-
Currently the app uses `passport`, `passport-local`, and `passport-local-mongoose` to create and store usernames and hashed passwords. However users can't reset their password, get emails for authenti…
-
As a Passport holder, I want to mint an test net Github account attestation via the Attestation Station
GIVEN I am a Passport holder with a verified Github account stamp in my Gitcoin Passport on Cer…
-
module.exports = function(passport){
```
passport.serializeUser(function(user, done) {
console.log('serializing user: ');console.log(user);
done(null, user._id);
});
passport.deserializeUser…
-
There is a forked version of this project which is being maintained here:
https://github.com/antgraf/passport-localapikey
It is published to npm under a different name, `passport-localapikey-update` …