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: enhance pad creation and retrieval with user failsafe mechanism (#71)
- Updated create_pad method in PadService to include token_data for user creation failsafe, allowing automatic user creation if the owner does not exist.
- Modified error handling in pad retrieval to return an empty list instead of raising an error when the owner is not found, improving API robustness.
- Adjusted pad_router to pass token_data during pad creation, ensuring user synchronization with authentication data.
0 commit comments