-
In a separate module, add support for JWT authorization. Use a context filter. Make it easy to add custom properties to the token.
-
Hello!
Is there a way to restrict STUN traffic to require some kind of authentication?
I am using an user's DB to create TURN credentials and restrict relay traffic that way, but I'd like our co…
-
### What happened?
Hello team,
I have encountered an issue in Jitsi Meet. When I join a meeting(own meeting) with an active lobby and accidentally leave the meeting—either due to a network issue o…
-
**Task Description**
Currently we only provide Token Based Authentication for API access. In order to provide a seamless login experience we want to implement OpenID Connect (OIDC) authentication i…
-
I'm trying to work through setting up JWT authentication and your documentation [here](https://developers.docusign.com/platform/auth/jwt/jwt-get-token/) says that the function `sendJWTTokenRequest` ca…
-
Add basic auth functionality. Any user can read the data - query authors and quotes but only logged in user can add new author / use mutations.
-
Hello @sibartlett
I'm trying to authenticate via hapi-auth-jwt2 strategy, with no success. By now, to authenticate connections I'm telling hapi-auth-jwt2 where to find the token :
https://github.c…
ghost updated
9 years ago
-
Authentication middleware as seperate packages would enable handy features:
https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/
JWT support would be incredibly useful
-
Rework authentification:
Fix the current google auth to properly use JWT, use the token issues by google to issue a new long lasting JWT or a refresh token.
Add unique user identifier. (Handle …
-
I'm getting a `TypeError: JwtStrategy requires a secret or key` error in a NestJS application, here's the code
```ts
// auth.module.ts (AuthModule)
import { Module } from '@nestjs/common';
imp…