File Type Identifier Statements
apps/api-e2e/src/support/global-setup.ts variable __TEARDOWN_MESSAGE__ 0 % (0/1)
apps/api/src/app/app.controller.ts controller AppController 0 % (0/3)
apps/api/src/app/app.service.ts injectable AppService 0 % (0/3)
apps/api/src/auth/auth.controller.ts controller AuthController 0 % (0/15)
apps/api/src/auth/auth.service.ts injectable AuthService 24 % (6/25)
apps/api/src/auth/guards/jwt-2fa-auth.guard.ts injectable Jwt2faAuthGuard 0 % (0/1)
apps/api/src/auth/guards/jwt-auth.guard.ts injectable JWTAuthGuard 0 % (0/1)
apps/api/src/auth/guards/jwt-refresh-token.ts injectable JwtRefreshTokenGuard 0 % (0/1)
apps/api/src/auth/guards/local-auth.guard.ts injectable LocalAuthGuard 0 % (0/2)
apps/api/src/auth/guards/session-auth.guard.ts injectable SessionAuthGuard 0 % (0/1)
apps/api/src/auth/interceptors/token.interceptor.ts injectable TokenInterceptor 0 % (0/3)
apps/api/src/auth/session.serializer.ts injectable SessionSerializer 0 % (0/3)
apps/api/src/auth/strategies/jwt-2fa.strategy.ts injectable Jwt2faStrategy 0 % (0/3)
apps/api/src/auth/strategies/jwt-refresh-token.strategy.ts injectable JwtRefreshTokenStrategy 0 % (0/3)
apps/api/src/auth/strategies/jwt.strategy.ts injectable JwtStrategy 0 % (0/3)
apps/api/src/auth/strategies/local.strategy.ts injectable LocalStrategy 0 % (0/3)
apps/api/src/auth/strategies/roles.guard.ts guard RolesGuard 0 % (0/3)
apps/api/src/config/typeorm.config.ts variable config 0 % (0/1)
apps/api/src/config/typeorm.config.ts variable typeOrmConfig 0 % (0/1)
apps/api/src/custom.decorator.ts variable Roles 0 % (0/1)
apps/api/src/custom.decorator.ts variable ROLES_KEY 0 % (0/1)
apps/api/src/entities/confirm-code.entity.ts entity ConfirmCodeEntity 0 % (0/1)
apps/api/src/entities/organization.entity.ts entity OrganizationEntity 0 % (0/1)
apps/api/src/entities/profile.entity.ts entity ProfileEntity 0 % (0/1)
apps/api/src/entities/user-organization.entity.ts entity UserOrganizationEntity 0 % (0/1)
apps/api/src/entities/user.entity.ts entity UserEntity 0 % (0/1)
apps/api/src/logger/logger.service.ts injectable LoggerService 0 % (0/1)
apps/api/src/mailer/mailer.service.ts injectable MailerService 0 % (0/6)
apps/api/src/main.ts function bootstrap 0 % (0/1)
apps/api/src/migrations/1700759687513-user-basic-table.ts class UserBasicTable1700759687513 0 % (0/3)
apps/api/src/migrations/1701251113806-add-access-and-refresh-tokens-to-user.ts class AddAccessAndRefreshTokensToUser1701251113806 0 % (0/3)
apps/api/src/migrations/1701547576586-add-pass-reset-code-to-user.ts class AddPassResetCodeToUser1701547576586 0 % (0/3)
apps/api/src/migrations/1701936992176-create-confirmation-codes-table.ts class CreateConfirmationCodesTable1701936992176 0 % (0/3)
apps/api/src/migrations/1701937743981-add-foreign-key-users-to-confirmation-codes.ts class AddForeignKeyUsersToConfirmationCodes1701937743981 0 % (0/3)
apps/api/src/migrations/1702703853544-create-organizations-table.ts class CreateOrganizationsTable1702703853544 0 % (0/3)
apps/api/src/migrations/1702703944825-create-user-organization-table.ts class CreateUserOrganizationTable1702703944825 0 % (0/3)
apps/api/src/migrations/1702704151500-add-foreign-key-user-organization-table.ts class AddForeignKeyUserOrganizationTable1702704151500 0 % (0/3)
apps/api/src/migrations/1702908313177-add-passwordResetExpiredTime.ts class AddPasswordResetExpiredTime1702908313177 0 % (0/3)
apps/api/src/migrations/1706871247270-add-2fa-field-users-table.ts class Add2faFieldUsersTable1706871247270 0 % (0/3)
apps/api/src/organization/organization.service.ts injectable OrganizationService 0 % (0/4)
apps/api/src/setup.ts function setup 0 % (0/1)
apps/api/src/user/confirm-code.service.ts injectable ConfirmCodeService 0 % (0/5)
apps/api/src/user/dto/user-update.dto.ts class UserUpdate 0 % (0/3)
apps/api/src/user/is-user-already-exist.validator.ts injectable IsUserAlreadyExist 0 % (0/4)
apps/api/src/user/profile.controller.ts controller ProfileController 0 % (0/3)
apps/api/src/user/user.decorator.ts variable AuthUser 0 % (0/1)
apps/api/src/user/user.service.ts injectable UserService 0 % (0/11)
apps/landing-e2e/src/support/app.po.ts variable getGreeting 0 % (0/1)
apps/landing-e2e/src/support/commands.ts interface Chainable 0 % (0/2)
apps/landing/app/api/hello/route.ts function GET 0 % (0/1)
apps/landing/app/layout.tsx function RootLayout 0 % (0/1)
apps/landing/app/layout.tsx variable metadata 0 % (0/1)
apps/landing/app/layout.tsx variable roboto 0 % (0/1)
apps/landing/app/page.tsx function Index 0 % (0/1)
apps/mobile/src/app/App.tsx variable App 0 % (0/1)
apps/mobile/src/app/App.tsx variable styles 0 % (0/1)
apps/platform-e2e/src/support/app.po.ts variable getGreeting 0 % (0/1)
apps/platform-e2e/src/support/commands.ts interface Chainable 0 % (0/2)
apps/platform/ApiProperty.override.ts variable ApiProperty 100 % (1/1)
apps/platform/src/components/common/logo.component.tsx variable LogoComponent 0 % (0/1)
apps/platform/src/contexts/authContext.tsx variable AuthContext 0 % (0/1)
apps/platform/src/hooks/Recover2FAHook.ts interface Options 0 % (0/4)
apps/platform/src/hooks/Recover2FAHook.ts variable useRecoveryHook 0 % (0/1)
apps/platform/src/hooks/use2FA.ts variable useTwoFactorAuthHook 0 % (0/1)
apps/platform/src/hooks/useSession.ts function useSession 0 % (0/1)
apps/platform/src/hooks/verify2FAHook.ts interface UseVerify2FAHookOptions 0 % (0/3)
apps/platform/src/hooks/verify2FAHook.ts variable initialValues 0 % (0/1)
apps/platform/src/hooks/verify2FAHook.ts variable useVerify2FAHook 0 % (0/1)
apps/platform/src/hooks/verify2FAHook.ts variable validationSchema 0 % (0/1)
apps/platform/src/layouts/private.layout.tsx interface Props 0 % (0/2)
apps/platform/src/layouts/private.layout.tsx variable PrivateLayout 0 % (0/1)
apps/platform/src/layouts/public.layout.tsx interface Props 0 % (0/2)
apps/platform/src/layouts/public.layout.tsx variable PublicLayout 0 % (0/1)
apps/platform/src/main.tsx variable queryClient 0 % (0/1)
apps/platform/src/main.tsx variable root 0 % (0/1)
apps/platform/src/providers/authProvider.tsx function AuthProvider 0 % (0/1)
apps/platform/src/router/privateRoute.tsx function PrivateRoute 0 % (0/1)
apps/platform/src/router/publicRoute.tsx function PublicRoute 0 % (0/1)
apps/platform/src/router/router.tsx function Router 0 % (0/1)
apps/platform/src/views/auth/auth2FA.view.tsx variable Verify2FAView 0 % (0/1)
apps/platform/src/views/auth/disable-2fa.view.tsx variable Disable2FAView 0 % (0/1)
apps/platform/src/views/auth/passwordReset.view.tsx variable PasswordResetView 0 % (0/1)
apps/platform/src/views/auth/passwordResetConfirm.view.tsx variable PasswordResetConfirmView 0 % (0/1)
apps/platform/src/views/auth/recovery.view.tsx variable Recovery2FAView 0 % (0/1)
apps/platform/src/views/auth/signIn.view.tsx variable SignInView 0 % (0/1)
apps/platform/src/views/auth/signUp.view.tsx variable SignUpView 0 % (0/1)
apps/platform/src/views/auth/verificationCode.view.tsx variable VerificationCodeView 0 % (0/1)
apps/platform/src/views/user/info.view.tsx variable UserInfoView 0 % (0/1)
apps/platform/src/views/user/profile-security.view.tsx variable UserSecurityView 0 % (0/1)
config/auth.config.ts interface AuthConfigInterface 0 % (0/2)
config/auth.config.ts variable authConfig 0 % (0/1)
libs/dtos/src/auth/request/Authenticate2FA.dto.ts class Authenticate2FADto 0 % (0/3)
libs/dtos/src/auth/request/ConfirmationCode.dto.ts class ConfirmationCodeDto 0 % (0/3)
libs/dtos/src/auth/request/ForgotPasswordResetRequest.dto.ts class ForgotPasswordResetRequestDto 33 % (1/3)
libs/dtos/src/auth/request/Recovery2FA.dto.ts class Recovery2FADto 0 % (0/3)
libs/dtos/src/auth/request/ResetPasswordRequest.dto.ts class ResetPasswordRequestDto 25 % (1/4)
libs/dtos/src/auth/request/SignInWithEmailCredentials.dto.ts class SignInWithEmailCredentialsDto 0 % (0/4)
libs/dtos/src/auth/request/SignUpWithEmailCredentials.dto.ts class SignUpWithEmailCredentialsDto 0 % (0/7)
libs/dtos/src/auth/request/TurnOff2FA.dto.ts class TurnOff2FADto 0 % (0/3)
libs/dtos/src/auth/request/TurnOn2FA.dto.ts class TurnOn2FADto 0 % (0/3)
libs/dtos/src/auth/response/SignInUserResponse.dto.ts class UserResponseDto 12 % (1/8)
libs/dtos/src/generics/Validateable.dto.ts class ValidateableDto 0 % (0/3)
libs/dtos/src/utils/formik.validate.ts variable convertError 0 % (0/1)
libs/dtos/src/utils/formik.validate.ts variable formikValidate 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_AUTH_2FA_CONFIRM_RECOVERY 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_AUTH_2FA_RECOVER 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_AUTH_2FA_STEP_1 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_AUTH_2FA_STEP_2 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_AUTH_2FA_STEP_3 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_AUTH_2FA_TURN_OFF 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_AVAILABILITY_DELETE_SLOT_TIME 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_AVAILABILITY_SESSIONS_TIME_GAP 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_AVAILABILITY_SLOT_TIME 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_AVAILABILITY_SLOT_TIMES 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_AVAILABILITY_UPDATE_SLOT_TIME 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_CALENDAR_THERAPIST_WORK_TIME 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_CONFIRM_CODE_AFTER_REGISTER 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_CONFIRM_ROUTE 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_FORGOT_PASSWORD_PERFORM_RESET_ROUTE 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_FORGOT_PASSWORD_REQUEST_RESET_ROUTE 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_FORGOT_ROUTE 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_LOGIN_ROUTE 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_LOGOUT_ROUTE 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_PARTIAL_PHONE_ROUTE 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_REFRESH_ROUTE 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_REGISTER_ROUTE 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_RESET_ROUTE 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_UPDATE_PASSWORD 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_UPDATE_PROFILE 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_UPDATE_PROFILE_PICTURE 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_USER_ROUTE 0 % (0/1)
libs/impl/src/constants/apiRoutes.ts variable API_VERIFY_DOCS_ROUTE 0 % (0/1)
libs/impl/src/constants/pages.ts variable pages 0 % (0/1)
libs/impl/src/constants/storage.ts variable ACCESS_TOKEN_KEY 0 % (0/1)
libs/impl/src/constants/storage.ts variable CONFIRM_TOKEN_KEY 0 % (0/1)
libs/impl/src/constants/storage.ts variable REFRESH_TOKEN_KEY 0 % (0/1)
libs/impl/src/handlers/auth/auth.handler.ts interface SetAuthStateParamsInterface 0 % (0/3)
libs/impl/src/handlers/auth/auth.handler.ts interface SetConfirmParamsInterface 0 % (0/2)
libs/impl/src/handlers/auth/auth.handler.ts variable clearAuthState 0 % (0/1)
libs/impl/src/handlers/auth/auth.handler.ts variable clearConfirmState 0 % (0/1)
libs/impl/src/handlers/auth/auth.handler.ts variable getAccessToken 0 % (0/1)
libs/impl/src/handlers/auth/auth.handler.ts variable getConfirmToken 0 % (0/1)
libs/impl/src/handlers/auth/auth.handler.ts variable getRefreshToken 0 % (0/1)
libs/impl/src/handlers/auth/auth.handler.ts variable setAuthState 0 % (0/1)
libs/impl/src/handlers/auth/auth.handler.ts variable setConfirmState 0 % (0/1)
libs/impl/src/hooks/auth/useConfirmCodePerform.hook.ts variable userConfirmCodePerformHook 0 % (0/1)
libs/impl/src/hooks/auth/useConfirmCodePerformForm.hook.ts interface Options 0 % (0/3)
libs/impl/src/hooks/auth/useConfirmCodePerformForm.hook.ts variable initialValues 0 % (0/1)
libs/impl/src/hooks/auth/useConfirmCodePerformForm.hook.ts variable useConfirmCodePerformForm 0 % (0/1)
libs/impl/src/hooks/auth/useLogoutPerform.hook.ts variable userLogoutPerformHook 0 % (0/1)
libs/impl/src/hooks/auth/useLogoutPerformForm.hook.ts variable useLogoutPerformForm 0 % (0/1)
libs/impl/src/hooks/auth/usePasswordResetPerform.hook.ts variable usePasswordResetPerformHook 0 % (0/1)
libs/impl/src/hooks/auth/usePasswordResetPerformForm.hook.ts interface Options 0 % (0/3)
libs/impl/src/hooks/auth/usePasswordResetPerformForm.hook.ts variable initialValues 0 % (0/1)
libs/impl/src/hooks/auth/usePasswordResetPerformForm.hook.ts variable usePasswordResetPerformForm 0 % (0/1)
libs/impl/src/hooks/auth/usePasswordResetRequest.hook.ts variable usePasswordResetRequestHook 0 % (0/1)
libs/impl/src/hooks/auth/usePasswordResetRequestForm.hook.ts interface Options 0 % (0/3)
libs/impl/src/hooks/auth/usePasswordResetRequestForm.hook.ts variable initialValues 0 % (0/1)
libs/impl/src/hooks/auth/usePasswordResetRequestForm.hook.ts variable usePasswordResetRequestForm 0 % (0/1)
libs/impl/src/hooks/auth/useSignIn.hook.ts variable useSignInHook 0 % (0/1)
libs/impl/src/hooks/auth/useSignInForm.hook.ts interface Options 0 % (0/3)
libs/impl/src/hooks/auth/useSignInForm.hook.ts variable initialValues 0 % (0/1)
libs/impl/src/hooks/auth/useSignInForm.hook.ts variable useSignInFormHook 0 % (0/1)
libs/impl/src/hooks/auth/useSignUp.hook.ts variable useSignUpHook 0 % (0/1)
libs/impl/src/hooks/auth/useSignUpForm.hook.ts interface Options 0 % (0/3)
libs/impl/src/hooks/auth/useSignUpForm.hook.ts variable initialValues 0 % (0/1)
libs/impl/src/hooks/auth/useSignUpForm.hook.ts variable useSignUpFormHook 0 % (0/1)
libs/impl/src/hooks/error/useHandleError.hook.ts interface HandleErrorOptions 0 % (0/2)
libs/impl/src/hooks/error/useHandleError.hook.ts variable useHandleErrorHook 0 % (0/1)
libs/impl/src/hooks/user/useUser.hook.ts variable useUserHook 0 % (0/1)
libs/impl/src/services/auth/confirmCodePerform.service.ts variable confirmCodePerformService 0 % (0/1)
libs/impl/src/services/auth/logout.service.ts variable logoutPerformService 0 % (0/1)
libs/impl/src/services/auth/passwordResetPerform.service.ts variable passwordResetPerformService 0 % (0/1)
libs/impl/src/services/auth/passwordResetRequest.service.ts variable passwordResetRequestService 0 % (0/1)
libs/impl/src/services/auth/refresh.service.ts variable refreshService 0 % (0/1)
libs/impl/src/services/auth/signIn.service.ts variable signInService 0 % (0/1)
libs/impl/src/services/auth/signUp.service.ts variable signUpService 0 % (0/1)
libs/impl/src/services/auth/twoFactor.service.ts interface Auth2FAResponse 0 % (0/3)
libs/impl/src/services/auth/twoFactor.service.ts interface GenerateQRResponse 0 % (0/2)
libs/impl/src/services/auth/twoFactor.service.ts interface Recover2FAData 0 % (0/2)
libs/impl/src/services/auth/twoFactor.service.ts interface Recover2FAResponse 0 % (0/2)
libs/impl/src/services/auth/twoFactor.service.ts interface SuccessResponse 0 % (0/2)
libs/impl/src/services/auth/twoFactor.service.ts interface TurnOn2FAResponse 0 % (0/4)
libs/impl/src/services/auth/twoFactor.service.ts interface Verify2FAData 0 % (0/2)
libs/impl/src/services/auth/twoFactor.service.ts variable auth2FARecoveryService 0 % (0/1)
libs/impl/src/services/auth/twoFactor.service.ts variable auth2FAService 0 % (0/1)
libs/impl/src/services/auth/twoFactor.service.ts variable authDisableService 0 % (0/1)
libs/impl/src/services/auth/twoFactor.service.ts variable turnOff2FA2Service 0 % (0/1)
libs/impl/src/services/auth/twoFactor.service.ts variable turnOn2FAServiceStep1 0 % (0/1)
libs/impl/src/services/auth/twoFactor.service.ts variable turnOn2FAStep2Service 0 % (0/1)
libs/impl/src/services/user/getUser.service.ts variable getUserService 0 % (0/1)
libs/impl/src/utils/axios.ts variable axiosInstance 0 % (0/1)
libs/impl/src/utils/axios.ts variable clientRefreshAuthLogic 0 % (0/1)
libs/impl/src/utils/axios.ts variable 0 % (0/1)
libs/impl/src/utils/getRoute.ts interface IGetRouteUrlParameters 0 % (0/1)
libs/impl/src/utils/getRoute.ts variable getRoute 0 % (0/1)
libs/interfaces/src/auth/confirmationCode.interface.ts interface ConfirmationCodeInterface 0 % (0/6)
libs/interfaces/src/auth/confirmationCodeResponse.interface.ts interface ConfirmCodeResponseInterface 0 % (0/2)
libs/interfaces/src/auth/jwtPayload.interface.ts interface JwtPayload 0 % (0/4)
libs/interfaces/src/auth/jwtPayload.interface.ts interface LoginWith2FAPayload 0 % (0/4)
libs/interfaces/src/auth/jwtPayload.interface.ts interface LoginWithEmailPayload 0 % (0/2)
libs/interfaces/src/auth/loginResponse.interface.ts interface LoginResponseInterface 0 % (0/3)
libs/interfaces/src/auth/logoutResponse.interface.ts interface LogoutResponseInterface 0 % (0/2)
libs/interfaces/src/auth/passwordResetPerform.interface.ts interface PasswordResetPerformInterface 0 % (0/2)
libs/interfaces/src/auth/passwordResetRequest.interface.ts interface PasswordResetRequestInterface 0 % (0/2)
libs/interfaces/src/auth/refreshTokenResponse.interface.ts interface RefreshTokenResponseInterface 0 % (0/4)
libs/interfaces/src/auth/signInResponse.interface.ts interface SignInResponseInterface 0 % (0/2)
libs/interfaces/src/auth/signToken.interface.ts interface SignTokenInterface 0 % (0/3)
libs/interfaces/src/auth/signUpResponse.interface.ts interface SignUpResponseInterface 0 % (0/2)
libs/interfaces/src/auth/turnOff2FAResponse.interface.ts interface TurnOff2FAResponseInterface 0 % (0/2)
libs/interfaces/src/organization/Organization.interface.ts interface OrganizationInterface 0 % (0/3)
libs/interfaces/src/organization/Organization.interface.ts interface UserOrganizationInterace 0 % (0/4)
libs/interfaces/src/user/User.interface.ts interface UserInterface 0 % (0/13)
libs/utils/src/generateRandomNumber.ts variable generateRandomNumber 0 % (0/1)
libs/utils/src/generateRandomString.util.ts variable generateRandomStringUtil 0 % (0/1)
libs/utils/src/getEnumKeyByEnumValue.ts function getEnumKeyByEnumValue 0 % (0/1)
libs/utils/src/lib/utils.ts function utils 0 % (0/1)
libs/utils/src/pascalToSnakeCase.ts variable pascalToSnakeCase 0 % (0/1)

results matching ""

    No results matching ""