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 has been archived by the owner on Dec 3, 2019. It is now read-only.
Feature
Why is this feature being added?
The frontend redesign requires a slightly changed api for user connections.
What should your feature do?
Separate the various sidekiq jobs into individual invocations that don't cause the other to fail
Add some logging for the steps
Create endpoint to verify that email is unique
/api/v1/users/email/{email}
Create get user details endpoint - GET verified route only
/api/v1/users/me
Allow more params in PATCH
Update apiary to include above changes
The text was updated successfully, but these errors were encountered: