-
**What** - description of what you me to do
Example: Hey @autopilot implement a Google sign-in on my website. Make changes to the front end and the back end of the application
**Why** - explain w…
-
It seems that reusing an options object causes very bizarre very difficult to debug bugs. I haven't looked at the code, but I feel pretty confident it's because the options object is being mutated to …
-
Not sure if this is a issue with passport or not but still posting here.
I have simple authentication setup with passport google oauth strategy. It works quite well with one exception. After getting…
-
https://sentry.io/atherdon/grocery/issues/393702255/
```
TypeError: Cannot read property 'id' of undefined
File "F:\code\NMTG\passport\loopback-fb-login\server\models\grocery.js", line 124, in …
-
`app.use(cors({
origin: '*'
}));`
`var expressSession = require('express-session');`
`app.use(expressSession({ secret: 'petmeet' }));`
`app.use(passport.initialize());`
`app.use(passport.session()…
-
As the Gitcoin Passport data is now stored in our own database, it is necessary to synchronize it with Ceramic in the background so that the data is also available on Ceramic.
**Design Goals:**
1. A…
-
```
# 在本地 53 端口监听
bind :54 -no-cache
# -force-aaaa-soa
# -no-rule-addr -no-cache
bind :55 -no-rule-addr -no-speed-check -group world
# bind [::]:54
cache-size 52428800
serve-expired yes
ser…
eqfae updated
2 months ago
-
-
http://prntscr.com/e0n34w
Если купон деактивирован, то кнопка должна называться Deactivated
Если активирован, то Activated
-
We noticed the following error occur in this library, specifically at [this line of code](https://github.com/joshbirk/passport-forcedotcom/blob/master/lib/passport-forcedotcom/strategy.js#L100C24-L100…