python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Is it possible to have multiple local strategies in passport implemented with NestJS
I have a scenario where I need to implement an authentication mechanism for admin and for normal users in my application using the Passport local strategy. I implemented the strategy for the normal us...

John
Votes: 0
Answers: 1
accessType missing in passport.authenticate
I am using passport-google-oauth and I need to get the refreshToken. It normally returns undefined.
app.get(
"/auth/google",
passport.authenticate("google", {
scope: [
...
Waseef Khan
Votes: 0
Answers: 1
Delete the Session of a logged in user which is later deleted by the Admin
In my Express API, when a user is still logged in and the admin deletes that particular user from the database, I want the session data of that user to be deleted so it can no longer have access (I'm ...

Nima
Votes: 0
Answers: 0
NodeJs :Error 401(Unauthorized), passport, jwt. MEAN stack, node, express, angular, mongoose
I'm new to Node, so i hope for you help...
I'm working at MEAN stack app, and trying to implement auth system by passport-jwt. Registration/login forms and pages are working corectly and i can access ...
Aleks_thunder
Votes: 0
Answers: 1