-
Error: Unknown authentication strategy "discord"
at attempt (C:\Users\\#####\djs-bot\backend\node_modules\passport\lib\middleware\authenticate.js:190:39)
at authenticate (C:\Users\#####\djs-…
-
Any roadmap for integrating complex WebAuthn workflow ?
-
I'm testing setting up a password reset flow and I'm getting an error when clicking the "Confirm your email address" link in the generated email - with a flash message "incorrect email or password".
…
-
When running the app as cloned, I got `Error: Unknown authentication strategy "local"` from
controllers/user.ts line 41:
`passport.authenticate("local", ... `
I remedied it by importing the c…
-
Trying to use this on a build have added `var AzureOAuthStrategy = require('passport-azure-oauth').Strategy;`
```
passport.use(new AzureOAuthStrategy({
clientId : 'my client id',
clientSec…
-
Implement a cert-based authentication strategy for `unfetter-discover-api` and `unfetter-socket-server`.
-
Blocked by https://github.com/octokit/octokit.js/issues/2127
**What’s missing?**
THere is currently no way to define types for authentication strategy options:
```js
new Octokit({
authStr…
-
Create a new module to provide a TLS authentication strategy. It should be able to piggyback off key module's certificate key type.
https://www.vaultproject.io/docs/auth/cert.html
-
> About #26
Storing an access token in the local storage isn't secured :
- [ ] We should implements jwt/cookie based authentication
> see https://stackoverflow.com/questions/27067251/where-to-store…
-
Currently, attaching third-party authentication providers requires a fairly deep understanding of the server internals. The goals of this proposal are as follows:
1. Expose a public API for attaching …