Skip to content
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

Lacking basic CRUD for user management #45

Open
she0305 opened this issue Jul 30, 2024 · 2 comments
Open

Lacking basic CRUD for user management #45

she0305 opened this issue Jul 30, 2024 · 2 comments

Comments

@she0305
Copy link

she0305 commented Jul 30, 2024

  1. When you create a test user and delete the user with the admin right (from supabase), you cannot create the same user with the deleted email address. It seems like there's a disconnection between supabase user management and cal.com user management. The newly created user has "NULL" for calAccount and calAccessToken, which prevents the user from using the full feature
image
  1. You cannot edit category options that you select from "Step 2". There's no UI for users to update. Even when you try to delete/update the relation with the Admin right on supabase, you get an error
image image
@supalarry
Copy link
Contributor

About deleting user - if a managed user is deleted from Supabase, then it's also necessary to delete in on our end by sending a DELETE request to v2/oauth-clients/{clientId}/users/{userId} with Authorization: Bearer access-token header.

@she0305
Copy link
Author

she0305 commented Aug 10, 2024

About deleting user - if a managed user is deleted from Supabase, then it's also necessary to delete in on our end by sending a DELETE request to v2/oauth-clients/{clientId}/users/{userId} with Authorization: Bearer access-token header.

Great, thank you. Is the implementation of this feature in the UI planned for the near future? Having 3 places to delete is not so convenient. But glad to learn that there's a quick fix for this though. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants