Skip to content

Global IDs are not URL safe #35

Closed
Closed
@bgould96

Description

@bgould96

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions