@xinosolutions/xs-auth-nest
v0.1.3
Published
Shared XS Auth verification and Passport strategy for NestJS product backends.
Readme
@xinosolutions/xs-auth-nest
Shared XS Auth verification and Passport JWT strategy for NestJS product backends.
About XinoSolutions
XinoSolutions is a software development company dedicated to creating high-quality, developer-friendly solutions. We build modern tools and components that help teams ship secure, polished products faster.
Auth-only product backends
import { APP_GUARD } from '@nestjs/core';
import { Public, XsAuthAppGuard, XsAuthPortalModule } from '@xinosolutions/xs-auth-nest';
// APP_GUARD → XsAuthAppGuard; mark health / member_session with @Public()
// Never mint product JWTs — verify Auth Bearer only.Contract: XS Auth/docs/AUTH_SESSION_CONTRACT.md.
