authlib icon indicating copy to clipboard operation
authlib copied to clipboard

fix: Fix list of scopes in app integrations

Open jorgeajimenezl opened this issue 2 years ago • 1 comments

What kind of change does this PR introduce? (check at least one)

  • [x] Bugfix
  • [ ] Feature
  • [ ] Code style update
  • [ ] Refactor
  • [ ] Other, please describe:

Does this PR introduce a breaking change? (check one)

  • [ ] Yes
  • [x] No

  • [x] You consent that the copyright of your pull request source code belongs to Authlib's author.

jorgeajimenezl avatar Feb 23 '24 16:02 jorgeajimenezl

I agree with the proposed changes, as they provide a safeguard against raising an AttributeError when scope is an iterable instead of a string. However, I can't think of a case where that will ever happen.

If there is an existing issue that prompted this pull request, please link this PR to it.

codespearhead avatar Apr 08 '24 19:04 codespearhead