Skip to content

Existing params can be dropped when code param is added #10

Description

@sebbASF

The existing code uses a dict to hold query params, which means that adding a code param will replace any existing code param.

This is not documented.

Possible approaches are:

  • don't allow a code parameter; throw an error if found
  • allow an incoming code parameter, and return the Oauth code appended to the query string. It would be the responsibility of the caller to manage the extraction of the appropriate code entry.

See also #9 which aims to fix the loss of duplicate parameter names.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions