Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Typo in Coinbase OAuth #5

@austincaddell

Description

@austincaddell

In the library Coinbase OAuth, line 38 needs an & to correctly create links.
params = urllib.parse.urlencode(params) + 'scope=' + '+'.join(scope)
changed to
params = urllib.parse.urlencode(params) + '&scope=' + '+'.join(scope)

otherwise the site throws an error saying the redirect_uri is invalid

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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