how to do intercptor in nest
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.