humhub icon indicating copy to clipboard operation
humhub copied to clipboard

Fix: No token (query) or authclient (session) found

Open ArchBlood opened this issue 1 month ago • 8 comments

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

  • [x] Bugfix
  • [ ] Feature
  • [ ] Code style update
  • [ ] Refactor
  • [ ] Build-related changes
  • [ ] Other, please describe:

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

  • [ ] Yes
  • [x] No

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

  • [x] It's submitted to the develop branch, not the master branch if no hotfix
  • [x] When resolving a specific issue, it's referenced in the PR's description (e.g. Fix #xxx[,#xxx], where "xxx" is the Github issue number)
  • [x] All tests are passing
  • [ ] New/updated tests are included
  • [x] Changelog was modified

If adding a new feature, the PR's description includes:

  • [x] A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)

Other information: Registering with an OAuth client can lead to token session issues, this addresses the issue. fixes https://github.com/humhub-contrib/auth-facebook/issues/4

ArchBlood avatar May 13 '24 17:05 ArchBlood