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
{{ message }}
This repository was archived by the owner on Sep 8, 2023. It is now read-only.
it looks like the login response contains profile data such as username, full_name, profile_pic_url, etc; it would be great if we could extract this data and return it in login() in addition to the token and user ID to avoid having to send another request to fetch the data.