-
This is one reason I've looked at Singly.com, which I think helps tie all of the user's different accounts together, although I haven't gotten that deep into the passport/node GitHub example, which do…
-
Hi there,
We are using passport.js to authenticate people with their Google account. And I'm receiving emails from Google last days that we are using something that's going to be fully deprecated. …
-
-
3 cases to support:
* email and custom password
* registration
* login
* when try to make BE requests, check for valid session (everything but get all questions)
* (low priorit…
-
We got this email from Google recently:
> On March 7, 2019, all Google+ APIs and Google+ Sign-in will be shut down completely. If you see calls to people.get, these can be the result of using the G…
-
-
From Google:
> On March 7, 2019, all Google+ APIs and Google+ Sign-in will be shut down completely.
> If you see calls to people.get, these can be the result of using the Google+ Sign-In feature in…
-
Would be nice if it was possible to allow SSO via OpenID-Connect (OAuth2) so that users can auto register and login easily via an external service?
It seems like there is a plugin for Prosody on the …
poVoq updated
5 years ago
-
I'm using PassportJS that is using this schema:
local: {
email: String,
password: String
},
facebook: {
id: String,
token: String,
email: String,
…
-
Attempting to upgrade my application from:
"feathers": "^2.0.0",
"feathers-authentication": "^0.7.10",
to:
"@feathersjs/feathers": "^3.1.4",
"@feathersjs/authentication": "…