how to make intercptor in nest, use documentation, carry out authentication. An interceptor is a class annotated with the @Injectable() decorator and implements the NestInterceptor interface.
Interceptors have a set of useful capabilities which are inspired by the Aspect Oriented Programming (AOP) technique.
New contributor
Joaquim Mendes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.