'nestjs authentication request property name change

PassportModule.register({
       defaultStrategy: 'jwt',
       property: 'auth',
}),

Even though I use the above code, there is no change.

can you help with this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source