MCPcopy Create free account

hub / github.com/devfullcycle/fc-keycloak / functions

Functions25 in github.com/devfullcycle/fc-keycloak

↓ 2 callersFunctionlogin
( accessToken: string, idToken: string | null, refreshToken?: string, state?: string )
authentication-flow/hybrid-flow/src/utils.ts:48
↓ 1 callersFunctionlogin
(accessToken: string, idToken: string, state: string)
authentication-flow/implicit-flow/src/utils.ts:23
↓ 1 callersFunctionmakeLoginUrl
()
authentication-flow/hybrid-flow/src/utils.ts:4
↓ 1 callersFunctionmakeLoginUrl
()
authentication-flow/implicit-flow/src/utils.ts:4
↓ 1 callersFunctionmakeLogoutUrl
()
authentication-flow/hybrid-flow/src/utils.ts:118
↓ 1 callersFunctionmakeLogoutUrl
()
authentication-flow/implicit-flow/src/utils.ts:67
FunctionAdmin
()
authentication-flow/hybrid-flow/src/Admin.tsx:4
FunctionAdmin
()
authentication-flow/implicit-flow/src/Admin.tsx:4
FunctionApp
()
authentication-flow/hybrid-flow/src/App.tsx:32
FunctionApp
()
authentication-flow/implicit-flow/src/App.tsx:32
FunctionAuthProvider
(props: PropsWithChildren)
authentication-flow/hybrid-flow/src/AuthProvider.tsx:32
FunctionAuthProvider
(props: PropsWithChildren)
authentication-flow/implicit-flow/src/AuthProvider.tsx:27
FunctionCallback
()
authentication-flow/hybrid-flow/src/Callback.tsx:5
FunctionCallback
()
authentication-flow/implicit-flow/src/Callback.tsx:5
FunctionLogin
()
authentication-flow/hybrid-flow/src/Login.tsx:6
FunctionLogin
()
authentication-flow/implicit-flow/src/Login.tsx:6
FunctionLogout
()
authentication-flow/hybrid-flow/src/Logout.tsx:4
FunctionLogout
()
authentication-flow/implicit-flow/src/Logout.tsx:4
FunctionPrivateRoute
(props: PropsWithChildren)
authentication-flow/hybrid-flow/src/PrivateRoute.tsx:5
FunctionPrivateRoute
(props: PropsWithChildren)
authentication-flow/implicit-flow/src/PrivateRoute.tsx:5
FunctionexchangeCodeForToken
(code: string)
authentication-flow/hybrid-flow/src/utils.ts:23
FunctiongetAuth
()
authentication-flow/hybrid-flow/src/utils.ts:103
FunctiongetAuth
()
authentication-flow/implicit-flow/src/utils.ts:52
FunctionmiddlewareIsAuth
( req: express.Request, res: express.Response, next: express.NextFunction )
authentication-flow/authorization-code-flow/src/index.ts:20
FunctionmiddlewareIsAuth
( req: express.Request, res: express.Response, next: express.NextFunction )
authentication-flow/resource-owner-password-credentials/src/index.ts:19