Skip to content

release: v1.2.1#38

Merged
devguimaraes merged 9 commits into
mainfrom
release/v1.2.1
Apr 29, 2026
Merged

release: v1.2.1#38
devguimaraes merged 9 commits into
mainfrom
release/v1.2.1

Conversation

@devguimaraes

Copy link
Copy Markdown
Owner

v1.2.1

Fixes

  • Migrate CMS auth flow to GitHub App
  • Resolve CMS auth origin dynamically
  • Prevent duplicate CMS config load
  • Remove static CMS config
  • Scope OAuth state cookie to current host

Chores

  • ci(actions): add manual workflow trigger
  • docs(ci-checklist): adicionar checklist operacional para CI local

@vercel

vercel Bot commented Apr 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
developer-bruno Ready Ready Preview, Comment Apr 29, 2026 5:13am

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7bb35d4523

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread api/auth.ts Outdated
The previous commit scoped the OAuth state cookie to the current host by
removing the Domain attribute, but this broke OAuth when login starts on
apex (devguimaraes.com.br) and callback is on www (www.devguimaraes.com.br).

This adds a getDomain() helper that strips www. prefix from the Host header
to share the cookie between apex and www hosts, supporting www, staging,
and apex domains.
@devguimaraes devguimaraes merged commit 7839cca into main Apr 29, 2026
4 of 10 checks passed
@devguimaraes devguimaraes deleted the release/v1.2.1 branch April 29, 2026 05:37
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.

1 participant