Skip to content

feat(sdk-generator): make OAuth2 redirectUrl optional (#63) - #64

Merged
Karnak19 merged 1 commit into
mainfrom
issue-63
Jul 8, 2026
Merged

feat(sdk-generator): make OAuth2 redirectUrl optional (#63)#64
Karnak19 merged 1 commit into
mainfrom
issue-63

Conversation

@Karnak19

@Karnak19 Karnak19 commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Makes the generated auth*WithOAuth2 functions accept an optional redirectUrl (defaulting to ""), matching PocketBase v0.39.4 which dropped the required redirectURL validator from authWithOAuth2Code(). The param stays typed as a string since PB's SDK requires it. Updated the generator, regenerated the snapshot, and added a patch changeset. Closes #63.

🤖 Generated with Claude Code

Matches PocketBase v0.39.4 which dropped the required redirectURL
validator from authWithOAuth2Code(). Closes #63.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

No new major issues found. The change is minimal, backward-compatible, and correctly matches the PocketBase v0.39.4 behavior. Changeset is present.

@Karnak19
Karnak19 merged commit c2618cc into main Jul 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Upstream] PocketBase v0.39.4 — OAuth2 redirectURL optional + relation field sorting

1 participant