-
Hi All,
I am sending a particular state parameter with the authenticate call as below. But that state is changed to a random string. How do I send a specific state and retrieve it after the callbac…
-
I'm currently working on a react project using a backend api running passport-steam. I'm running into the issue where none of my requests are actually comming back authorized. I'm wondering if you cou…
-
I'm trying to get an authorization code from eBay with passportjs-oauth2, but passport its not returning any data.
passport-config.js
const passport = require("passport");
const OAuth…
-
At the moment OAuth is limited to some services. Using his own OAuth-Service is not possible at the moment.
-
Just as like generating strong password, with online service, it would be very useful to generate anonymous email address for each authentication information.
Priority: low
Status: Idea
BTW, bu…
-
- [ ] github
- [ ] google
- [ ] facebook
- [ ] ?twitter?
-
**Is your feature request related to a problem? Please describe.**
The current authentication system lacks support for Kerberos. Kerberos is great for quick and easy authentication, especially in lin…
-
# passport와 passport-jwt
- [Passport (authentication)](https://docs.nestjs.com/recipes/passport)
- [passport-jwt](https://github.com/mikenicholson/passport-jwt#passport-jwt)
Passport.js는 Node.js를…
-
I would strongly advise against letting Users create their own email and pass, I would highly recommend you force users to use a third party sign on like Google, Twitter, Github, and Weibo, this preve…
-
Hi,
I am new to the world of OAuth 2.0 and have a requirement to add OAuth 2 authentication against a provider which the application I am working has been given access to. So I now have url end point…