Skip to content

Global IDs are not URL safe #35

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

Closed
bgould96 opened this issue Feb 19, 2021 · 0 comments
Closed

Global IDs are not URL safe #35

bgould96 opened this issue Feb 19, 2021 · 0 comments

Comments

@bgould96
Copy link

Currently, global IDs are generated using the full Base64 charset. This includes the characters + and /, which are not safe for displaying in URLs.

The implementation the base64 utilities found here should use urlsafe_b64encode and urlsafe_b64decode respectively.

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

No branches or pull requests

2 participants