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
* feature: Implement an initial tokenserver endpoint spike in the syncstorage-rs codebase. Fix#864
Requires an existing tokenserver mysql db.
* Re-add Cargo.lock
* Clean up.
* Return the urrl with the uid and no trailing slash
Co-authored-by: Philip Jenvey <[email protected]>
* format such that flake8 shall not complain.
* Pretty-format the sql.
* Missed an AND
* Use r# for the sql string
* cargo fmt
* resolve conflicts
Co-authored-by: Philip Jenvey <[email protected]>
When we implement the tokenserver route in rust, we should support the same mysql backend schema as the old server. This will make migrations easier.
The text was updated successfully, but these errors were encountered: