Global IDs are not URL safe · Issue #35 · graphql-python/graphql-relay-py · GitHub
Skip to content

Global IDs are not URL safe #35

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

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions