Skip to content

Auth token does not refresh #53

@bryanbcook

Description

@bryanbcook

This is a probably a regression that was introduced when refactoring the auth-secrets to build-pipeline arguments.

Steps to reproduce:

  1. Initialize:
Import-Module PSBlogger
Initialize-Blogger
  1. Wait a duration (1 hour)
  2. Call a method
Import-Module PSBlogger
Get-BloggerBlogs

Expected: should refresh the token
Actual:

Get-BloggerBlogs:
{
  "error": "invalid_grant",
  "error_description": "Token has been expired or revoked."
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions