How to use csurf middleware in tsoa express?

Viewed 278

I am new to tsoa and I want to do CSRF implementation in my node app. I have been able to make api using app.use() but I want to write in tsoa. Is there any way?

1 Answers
Related