You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
feat: update pad creation logic to utilize user session for failsafe user creation (#72)
- Modified create_pad method in PadService to accept user_session instead of token_data, enhancing user creation logic when the owner does not exist.- Improved error handling during user creation to manage potential race conditions and provide clearer logging.- Updated pad_router to pass user_session during pad creation, ensuring synchronization with user authentication data.