Skip to content

implement OAuth refresh tokens #2306

@davepacheco

Description

@davepacheco

We do not currently implement OAuth refresh tokens. Clients are supposed to get a refresh token and use that to obtain a new access token before their current access token expires. Refresh tokens are currently not needed because we also haven't implemented #2302. But we're presumably going to need that for MVP, and then I think we're going to want this.

reference:

/// TODO-security: `expires_in`, `refresh_token`, etc.

(edit: this comment was removed under #2417 but the issue remains)

CC @plotnick
See also #2302.

Metadata

Metadata

Assignees

No one assigned

    Labels

    authnAuthenticationidpsecurityRelated to security.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions