Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use compact UUIDs for private game link #62

Closed
1 task done
Terkwood opened this issue Jul 16, 2019 · 4 comments · Fixed by #79
Closed
1 task done

Use compact UUIDs for private game link #62

Terkwood opened this issue Jul 16, 2019 · 4 comments · Fixed by #79
Labels
enhancement New feature or request

Comments

@Terkwood
Copy link
Owner

Terkwood commented Jul 16, 2019

Only use compact UUID in the frontend and resolve in gateway. Don't pass IDs around to the kafka layer in that format.

See https://medium.com/@huntie/representing-a-uuid-as-a-base-62-hash-id-for-short-pretty-urls-c30e66bf35f9

TODO

  • validate compact IDs as base64 (Sabaki)
@Terkwood Terkwood added the enhancement New feature or request label Jul 16, 2019
@Terkwood
Copy link
Owner Author

Terkwood commented Jul 16, 2019

Child of #42 and #53

@Terkwood
Copy link
Owner Author

Terkwood commented Aug 15, 2019

@Terkwood
Copy link
Owner Author

https://doc.rust-lang.org/std/primitive.i64.html

From BE bytes &c

@Terkwood
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant