Skip to content

feat: add GOT callback handler - #1166

Merged
darcyYe merged 11 commits into
yemq-add-auth-status-checkfrom
yemq-add-got-callback-handler
Jul 21, 2025
Merged

feat: add GOT callback handler#1166
darcyYe merged 11 commits into
yemq-add-auth-status-checkfrom
yemq-add-got-callback-handler

Conversation

@darcyYe

@darcyYe darcyYe commented Jun 30, 2025

Copy link
Copy Markdown
Contributor

Summary

Add post sign-in (via Google One Tap) handler, resolves LOG-11740

@darcyYe
darcyYe marked this pull request as ready for review June 30, 2025 04:16
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 30, 2025

Copy link
Copy Markdown

Deploying logto-docs-tutorials with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0970bae
Status: ✅  Deploy successful!
Preview URL: https://52d816f6.logto-docs-tutorials.pages.dev
Branch Preview URL: https://yemq-add-got-callback-handle.logto-docs-tutorials.pages.dev

View logs

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 30, 2025

Copy link
Copy Markdown

Deploying logto-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0970bae
Status: ✅  Deploy successful!
Preview URL: https://65c92e17.logto-docs.pages.dev
Branch Preview URL: https://yemq-add-got-callback-handle.logto-docs.pages.dev

View logs

@darcyYe
darcyYe force-pushed the yemq-add-got-callback-handler branch from bd0ceac to c86b266 Compare June 30, 2025 07:48
@darcyYe
darcyYe force-pushed the yemq-add-auth-status-check branch 2 times, most recently from 8da27fd to 4c407b1 Compare June 30, 2025 14:04
@darcyYe
darcyYe force-pushed the yemq-add-got-callback-handler branch 2 times, most recently from 8bb41aa to 7778a7c Compare June 30, 2025 16:16
@darcyYe
darcyYe force-pushed the yemq-add-got-callback-handler branch from 7778a7c to af41c96 Compare July 1, 2025 03:36
@darcyYe
darcyYe force-pushed the yemq-add-auth-status-check branch from b08dd86 to 49fdcbb Compare July 1, 2025 04:41
@darcyYe
darcyYe force-pushed the yemq-add-got-callback-handler branch from af41c96 to 39e0086 Compare July 1, 2025 04:43
@darcyYe
darcyYe force-pushed the yemq-add-auth-status-check branch from 49fdcbb to 1a3e917 Compare July 1, 2025 05:21
@darcyYe
darcyYe force-pushed the yemq-add-got-callback-handler branch from 39e0086 to e565965 Compare July 1, 2025 05:22
@darcyYe
darcyYe force-pushed the yemq-add-got-callback-handler branch from f81ede8 to bbaf685 Compare July 2, 2025 05:02
@darcyYe
darcyYe force-pushed the yemq-add-got-callback-handler branch 6 times, most recently from 8692382 to 6d14721 Compare July 10, 2025 10:13
@darcyYe
darcyYe force-pushed the yemq-add-got-callback-handler branch from 6d14721 to 910ed6e Compare July 15, 2025 02:53
@darcyYe
darcyYe merged commit 63a35e1 into yemq-add-auth-status-check Jul 21, 2025
12 of 13 checks passed
@darcyYe
darcyYe deleted the yemq-add-got-callback-handler branch July 21, 2025 06:54
darcyYe pushed a commit that referenced this pull request Jul 22, 2025
* feat: check auth status on cloud console

* refactor: refactor code

* fix: fix page

* chore: fix content not render bug

* chore: resume least changes

* refactor: apply try-retry instead of polling

* refactor: use google API instead of HTML component

* revert: restore pnpm-lock.yaml to base branch version

* refactor: apply browser only to GOT and add referrer policy header

* refactor: apply thorough CSP

* feat: add GOT callback handler (#1166)

* feat: add GOT callback handler

* fix: fix CSP, refactor GOT credential verifier

* chore: test GET verify API

* chore: use otp landing page

* chore: add frame-ancestor config

* chore: pop up fallback mechanism

* chore: redirect in-place and try POST

* chore: test without CSP headers for CF

* chore: test experience google credential

* chore: add debug log and check/grant storage access

* chore: update console landing page

* refactor: remove unnecessary code

* feat: only trigger GOT once

* chore: remove unused code

* refactor: refactor code
darcyYe pushed a commit that referenced this pull request Jul 22, 2025
* feat: check auth status on cloud console

* refactor: refactor code

* fix: fix page

* chore: fix content not render bug

* chore: resume least changes

* refactor: apply try-retry instead of polling

* refactor: use google API instead of HTML component

* revert: restore pnpm-lock.yaml to base branch version

* refactor: apply browser only to GOT and add referrer policy header

* refactor: apply thorough CSP

* feat: add GOT callback handler (#1166)

* feat: add GOT callback handler

* fix: fix CSP, refactor GOT credential verifier

* chore: test GET verify API

* chore: use otp landing page

* chore: add frame-ancestor config

* chore: pop up fallback mechanism

* chore: redirect in-place and try POST

* chore: test without CSP headers for CF

* chore: test experience google credential

* chore: add debug log and check/grant storage access

* chore: update console landing page

* refactor: remove unnecessary code

* feat: only trigger GOT once

* chore: remove unused code

* refactor: refactor code
darcyYe pushed a commit that referenced this pull request Jul 28, 2025
* feat: check auth status on cloud console

* refactor: refactor code

* fix: fix page

* chore: fix content not render bug

* chore: resume least changes

* refactor: apply try-retry instead of polling

* refactor: use google API instead of HTML component

* revert: restore pnpm-lock.yaml to base branch version

* refactor: apply browser only to GOT and add referrer policy header

* refactor: apply thorough CSP

* feat: add GOT callback handler (#1166)

* feat: add GOT callback handler

* fix: fix CSP, refactor GOT credential verifier

* chore: test GET verify API

* chore: use otp landing page

* chore: add frame-ancestor config

* chore: pop up fallback mechanism

* chore: redirect in-place and try POST

* chore: test without CSP headers for CF

* chore: test experience google credential

* chore: add debug log and check/grant storage access

* chore: update console landing page

* refactor: remove unnecessary code

* feat: only trigger GOT once

* chore: remove unused code

* refactor: refactor code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant