UNPKG

@alaan/s2s-auth

Version:

Reusable JWT auth module for NestJS service-to-service authentication

5 lines (4 loc) 135 B
export * from './s2s-auth.module'; export * from './s2s-jwt-auth.guard'; export * from './s2s-token.service'; export * from './types';