Alon Peretz

Results 34 issues of Alon Peretz

Please provide enough information so that others can review your pull request: quick fix for annoying ts error when using `useParams` through `routerProvider`

## **Type** enhancement, tests ___ ## **Description** - Introduced dynamic database URL configuration in `PrismaService` to enhance flexibility in database connections. - Updated test setup in `nest-app-helper` to allow passing...

enhancement
Review effort [1-5]: 3
Tests

## **User description** - feat(backoffice): business ongoing monitoring - feat(backoffice): business ongoing monitoring ___ ## **Type** enhancement, bug_fix ___ ## **Description** - Added new routes and components for business monitoring...

enhancement
bug_fix
Review effort [1-5]: 3

### Task Description Enhance our application's security model by integrating SuperTokens' User Roles recipe to support both Role-Based Access Control (RBAC) and Attribute-Based Access Control (ABAC) in a multi-tenant environment....

### Task Description This task involves replacing the existing PassportJS-based authentication mechanism in our backoffice application with SuperTokens, focusing on the email and password strategy. This includes updating the authentication...

### Task Description Thoroughly test the new authentication flows, including signup, signin, and session management, to ensure they work as expected with SuperTokens. ### Acceptance Criteria - Unit tests are...

### Task Description Migrate existing users from the current authentication system to SuperTokens. This involves transferring user data securely to supertoken tables. ### Acceptance Criteria - All existing users are...

### Task Description Implement new routes for handling email and password authentication using SuperTokens. These routes will be used for signing up new users and logging in existing users. ###...

### Task Description Integrate the SuperTokens Node.js SDK into our NestJS backend. This task lays the foundation for adding authentication and session management using SuperTokens. ### Acceptance Criteria - SuperTokens...

### Task Description This task involves setting up the SuperTokens Core on your local development environment. SuperTokens Core is a necessary component for managing user sessions and authentication flows. ###...