mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #1023] [Bug Report] Facebook OAuth code parameter exceeds 512 characters. Pydantic validation on the #718
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#718
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maziggy on GitHub (Apr 18, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/1023
Originally assigned to: @netscout2001 on GitHub.
Facebook OAuth code parameter exceeds 512 characters. Pydantic validation on the OIDC callback endpoint rejects it with string_too_long. The max_length constraint on the code query parameter should be removed or raised to 2048+, as the OAuth spec does not define a maximum code length.
Screenshot
System Information
Logs (sanitized): bambuddy.log
Submitted via BamBuddy Bug Report
@netscout2001 commented on GitHub (Apr 18, 2026):
fix is coming soon as PR.
@netscout2001 commented on GitHub (Apr 18, 2026):
PR https://github.com/maziggy/bambuddy/pull/1024
@netscout2001 commented on GitHub (Apr 20, 2026):
This should now be fixed with the release of v0.2.3.1.
@netscout2001 commented on GitHub (Apr 26, 2026):
fixed in PR https://github.com/maziggy/bambuddy/pull/1024