Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeedu/live-multi-tenancy-nest-next-keycloak
/ functions
Functions
47 in github.com/codeedu/live-multi-tenancy-nest-next-keycloak
⨍
Functions
47
◇
Types & classes
37
↓ 3 callers
Function
parseCookies
(req?: any)
next.js/src/util/cookies.ts:4
↓ 2 callers
Method
create
(createTransactionDto: CreateTransactionDto)
nest/src/transactions/transactions.service.ts:15
↓ 2 callers
Function
getPayload
(token: string)
next.js/src/util/auth.ts:19
↓ 1 callers
Function
bootstrap
()
nest/src/main.ts:4
↓ 1 callers
Function
getCookie
(key: string)
next.js/src/util/cookies.ts:23
↓ 1 callers
Method
getHello
()
nest/src/app.service.ts:5
↓ 1 callers
Function
isTokenExpired
(token: string)
next.js/src/util/auth.ts:11
↓ 1 callers
Method
update
(id: number, updateTransactionDto: UpdateTransactionDto)
nest/src/transactions/transactions.service.ts:35
↓ 1 callers
Function
validateAuth
(req?: Request)
next.js/src/util/auth.ts:32
↓ 1 callers
Function
verifyToken
(token: string, key: string)
next.js/src/util/auth.ts:44
Function
Home
()
next.js/src/pages/index.tsx:5
Function
LoginPage
()
next.js/src/pages/login.tsx:6
Function
MyApp
({ Component, pageProps, cookies }: AppProps & { cookies: any })
next.js/src/pages/_app.tsx:6
Function
Pagina1Page
({name}: {name: string})
next.js/src/pages/pagina1.tsx:3
Function
PrivatePage
(props)
next.js/src/pages/private.tsx:10
Function
Role
(role: string)
nest/src/auth/role.decorator.ts:3
Method
canActivate
( context: ExecutionContext, )
nest/src/auth/role.guard.ts:9
Method
canActivate
( context: ExecutionContext, )
nest/src/tenant/tenant.guard.ts:12
Method
constructor
(private readonly appService: AppService)
nest/src/app.controller.ts:7
Method
constructor
(private reflector: Reflector)
nest/src/auth/role.guard.ts:7
Method
constructor
(private http: HttpService)
nest/src/auth/auth/auth.service.ts:7
Method
constructor
(private authService: AuthService)
nest/src/auth/auth/auth.controller.ts:9
Method
constructor
(configService: ConfigService)
nest/src/auth/jwt-strategy/jwt-strategy.service.ts:8
Method
constructor
( @InjectModel(Transaction) private transactionModel: typeof Transaction, private tenantService: Tenan
nest/src/transactions/transactions.service.ts:10
Method
constructor
(private readonly transactionsService: TransactionsService)
nest/src/transactions/transactions.controller.ts:10
Method
constructor
(private tenantService: TenantService)
nest/src/tenant/tenant.guard.ts:8
Method
create
(@Body() createTransactionDto: CreateTransactionDto)
nest/src/transactions/transactions.controller.ts:14
Function
fetcher
(url: string)
next.js/src/hooks/useAuthHttp.ts:6
Method
findAll
()
nest/src/transactions/transactions.service.ts:22
Method
findAll
()
nest/src/transactions/transactions.controller.ts:20
Method
findOne
(id: number)
nest/src/transactions/transactions.service.ts:31
Method
findOne
(@Param('id') id: string)
nest/src/transactions/transactions.controller.ts:25
Method
getHello
()
nest/src/app.controller.ts:10
Function
getServerSideProps
(ctx: any)
next.js/src/pages/private.tsx:17
Function
getServerSideProps
(ctx)
next.js/src/pages/pagina1.tsx:9
Function
handler
( req: NextApiRequest, res: NextApiResponse<Data> )
next.js/src/pages/api/hello.ts:8
Method
login
(username: string, password: string)
nest/src/auth/auth/auth.service.ts:9
Method
login
(@Body() body)
nest/src/auth/auth/auth.controller.ts:12
Method
metodo1
()
nest/src/app.controller.ts:15
Method
remove
(id: number)
nest/src/transactions/transactions.service.ts:39
Method
remove
(@Param('id') id: string)
nest/src/transactions/transactions.controller.ts:35
Function
setCookie
( key: string, value: string | object, options?: Cookies.CookieAttributes )
next.js/src/util/cookies.ts:12
Method
test
(@Req() req)
nest/src/auth/auth/auth.controller.ts:19
Method
update
(@Param('id') id: string, @Body() updateTransactionDto: UpdateTransactionDto)
nest/src/transactions/transactions.controller.ts:30
Function
useAuthHttp
(url: string)
next.js/src/hooks/useAuthHttp.ts:8
Method
validate
(payload)
nest/src/auth/jwt-strategy/jwt-strategy.service.ts:16
Function
withAuth
(func: any)
next.js/src/hof/withAuth.tsx:4