UNPKG
@10abdullahbutt/auth-module
Version:
latest (1.0.0)
1.0.0
A NestJS-style authentication module with JWT and role-based access control.
@10abdullahbutt/auth-module
/
src
/
index.ts
7 lines
(6 loc)
•
244 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
*
from
'./auth.module'
;
export
*
from
'./decorators/roles.decorator'
;
export
*
from
'./guards/jwt-auth.guard'
;
export
*
from
'./guards/roles.guard'
;
export
*
from
'./strategies/jwt.strategy'
;
export
*
from
'./interfaces/user.interface'
;