Skip to content

Breaking changes from 4.0 to 4.1 #340

@Oyvindkg

Description

@Oyvindkg

Issue

refresh()'s typed signature is changed between 4.0 and 4.1 causing a breaking change.
Please try to keep breaking changes to major versions in the future if you're aiming for semantic versioning.

Please include or link to docs describing your versioning scheme.

4.1

export function refresh(
  config: AuthConfiguration,
  refreshConfig: RefreshConfiguration
): Promise<RefreshResult>;

4.0

export function refresh(
  config: AuthConfiguration,
  refreshConfig: RefreshConfiguration
): Promise<AuthorizeResult>;

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