Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create custom 'Request' type #174

Open
CllDMR opened this issue Feb 16, 2023 · 0 comments
Open

Create custom 'Request' type #174

CllDMR opened this issue Feb 16, 2023 · 0 comments

Comments

@CllDMR
Copy link
Collaborator

CllDMR commented Feb 16, 2023

Ş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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant