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(api): add response metadata to verify-link-email endpoint
Standardizes the success response for the verify-link-email endpoint by including the `ResponseMetadata` object, which contains the `requestId` and a timestamp.
This ensures that all successful authentication responses that return a body are structured consistently, improving API uniformity.
0 commit comments