-
### Package.json file
```JSON
"dependencies": {
"@instana/opentelemetry-exporter": "^3.19.0",
"@medusajs/admin-sdk": "2.0.1",
"@medusajs/cli": "2.0.1",
"@medusajs/framework": "…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When I use the following .env:
```
#-----------------------Backend Config----------------…
-
### ✨ Description
Authentication interfaces for both the Vitality frontend application and the frontend of the Backoffice (BO), with a focus on protecting source code privacy.
### 🚀 Motivation
By…
-
The example is very good for getting started, although I haven't watched to the end yet. For my project we need a token validation with beerer JWT token and OAuth 2. I have read that this can be reali…
-
# 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 tried using this with "passport-jwt". I don't have "express-session" installed.
I'm getting this error:
`{"status":"error","message":"OpenID Connect requires session support. Did you forget to …
-
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…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I was having problems using a JWT strategy - I set it up and it looked just like my Local strategy, but it wasn't running.
```js
const jwtOptions = {
jwtFromRequest: ExtractJwt.fromAuthHeader(),…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When I try to login using MICROSOFT I get directed to `/v1/auth/microsoft` and get 404 …
0xdnL updated
2 months ago