-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(auth): refactor auth + allow to configure auth methods by workspace #8654
base: feat/add-is-multi-workspace-flag
Are you sure you want to change the base?
feat(auth): refactor auth + allow to configure auth methods by workspace #8654
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f79d32 - Browse repository at this point
Copy the full SHA 1f79d32View commit details -
Merge remote-tracking branch 'upstream/main' into feat/allow-to-selec…
…t-auth-methods-by-workspace # Conflicts: # packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpForm.tsx # packages/twenty-front/src/modules/auth/sign-in-up/hooks/useSignInUpForm.ts
Configuration menu - View commit details
-
Copy full SHA for 778a4de - Browse repository at this point
Copy the full SHA 778a4deView commit details -
refactor(auth): clean up unused imports
Remove unused imports from SignInUpGlobalScopeForm.tsx to improve code readability and reduce clutter. This change simplifies the module by eliminating unnecessary dependencies.
Configuration menu - View commit details
-
Copy full SHA for b920e70 - Browse repository at this point
Copy the full SHA b920e70View commit details -
fix(logging): Disable eslint warning for console.error
Suppress eslint warnings for console.error in error handling. This ensures cleaner code and maintains log output for better debugging.
Configuration menu - View commit details
-
Copy full SHA for 9c548ea - Browse repository at this point
Copy the full SHA 9c548eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb4245 - Browse repository at this point
Copy the full SHA 5eb4245View commit details -
fix(auth): correct authProviders test state
Correct the expected state in useAuth test to reflect the accurate status of authProviders. This includes setting 'google' and 'password' to true, and initializing 'sso' as an empty array.
Configuration menu - View commit details
-
Copy full SHA for 8fd43b3 - Browse repository at this point
Copy the full SHA 8fd43b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa75a65 - Browse repository at this point
Copy the full SHA aa75a65View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 493955e - Browse repository at this point
Copy the full SHA 493955eView commit details -
Merge branch 'feat/add-is-multi-workspace-flag' into feat/allow-to-se…
…lect-auth-methods-by-workspace
Configuration menu - View commit details
-
Copy full SHA for 4e0e318 - Browse repository at this point
Copy the full SHA 4e0e318View commit details -
Merge branch 'feat/add-is-multi-workspace-flag' into feat/allow-to-se…
…lect-auth-methods-by-workspace # Conflicts: # packages/twenty-front/src/generated/graphql.tsx
Configuration menu - View commit details
-
Copy full SHA for e076eb1 - Browse repository at this point
Copy the full SHA e076eb1View commit details -
[type](graphql): Refactor SSO handling and workspace queries
Updated SSO identity provider type and added types for workspace queries. Removed deprecated mutations and queries related to SSO identity providers and JWT generation. Added new fields and types to support improved workspace querying and switching capabilities.
Configuration menu - View commit details
-
Copy full SHA for 23fcc66 - Browse repository at this point
Copy the full SHA 23fcc66View commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3bceb0d - Browse repository at this point
Copy the full SHA 3bceb0dView commit details -
[refactor] Reorganize workspaceValidator import order
Move import of workspaceValidator to maintain consistent import structure. This enhances readability and aligns with the project's import organization standards.
Configuration menu - View commit details
-
Copy full SHA for e1fe368 - Browse repository at this point
Copy the full SHA e1fe368View commit details -
refactor(auth): remove unused imports
Removed unused imports from SignInUpGlobalScopeForm and SettingsSecurityOptionsList components. This cleanup improves code readability and reduces potential maintenance overhead.
Configuration menu - View commit details
-
Copy full SHA for e6d81c9 - Browse repository at this point
Copy the full SHA e6d81c9View commit details -
feat(auth): Add mock handler for workspace data query
Added `GET_PUBLIC_WORKSPACE_DATA_BY_SUBDOMAIN` query mock handler to return mock workspace data. Also updated the button text check in SignInUp stories for consistency.
Configuration menu - View commit details
-
Copy full SHA for 8e6e42b - Browse repository at this point
Copy the full SHA 8e6e42bView commit details -
feat(testing): add new GraphQL mock for getPublicWorkspaceDataBySubdo…
…main Introduced a GraphQL query mock for the GET_PUBLIC_WORKSPACE_DATA_BY_SUBDOMAIN query in the testing setup. This includes relevant mock data and necessary imports for thorough test coverage. Additionally, fixed a typo in the mock configuration from isMultiworkspaceEnabled to isMultiWorkspaceEnabled and updated enums for status and type in SSOIdentityProvider.
Configuration menu - View commit details
-
Copy full SHA for 1d02883 - Browse repository at this point
Copy the full SHA 1d02883View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a087ec4 - Browse repository at this point
Copy the full SHA a087ec4View commit details