You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Şu an için controller class'larında '@Req() req' için tanımlanan bir type yok. 'any' olarak dönüş yapıyor. Nestjs'in şu an için 'express' üzerinde çalışıyor ve request, response değerleri buradan geliyor. Authentication olunması beklenmeyen (exp: Guard'lı olmayanlar) route'larda express'in Request type'ını, authentication olunması beklenen (exp: Guard'lı olanlar) route'larda custom bir Request type kullanabiliriz. Bu custom Request için şuan gördüğüm 'user' property'sidir. Bu user için de JWT payload'ından gelen verileri kullanabiliriz.
The text was updated successfully, but these errors were encountered:
Şu an için controller class'larında '@Req() req' için tanımlanan bir type yok. 'any' olarak dönüş yapıyor. Nestjs'in şu an için 'express' üzerinde çalışıyor ve request, response değerleri buradan geliyor. Authentication olunması beklenmeyen (exp: Guard'lı olmayanlar) route'larda express'in Request type'ını, authentication olunması beklenen (exp: Guard'lı olanlar) route'larda custom bir Request type kullanabiliriz. Bu custom Request için şuan gördüğüm 'user' property'sidir. Bu user için de JWT payload'ından gelen verileri kullanabiliriz.
The text was updated successfully, but these errors were encountered: