Skip to content

When scope for endpoint is missing in the access token, it gets locked in a loop refreshing the access token #204

@Dainismo

Description

@Dainismo

Steps to reproduce:

  • request access token with no scopes
  • Set OnUserAccessTokenRefreshed
  • call an endpoint that need a scope (ex. GetFollowedChannels)

What happens:
It gets into an endless loop calling the function passed to OnUserAccessTokenRefreshed.

What should happen:
It should be able to distiguish between unauthorized because of missing scopes and unauthorized because of an expired access token.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions