feat: add GOT callback handler - #1166
Merged
darcyYe merged 11 commits intoJul 21, 2025
Merged
Conversation
darcyYe
marked this pull request as ready for review
June 30, 2025 04:16
Deploying logto-docs-tutorials with
|
| 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 |
Deploying logto-docs with
|
| 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 |
darcyYe
force-pushed
the
yemq-add-got-callback-handler
branch
from
June 30, 2025 07:48
bd0ceac to
c86b266
Compare
darcyYe
force-pushed
the
yemq-add-auth-status-check
branch
2 times, most recently
from
June 30, 2025 14:04
8da27fd to
4c407b1
Compare
darcyYe
force-pushed
the
yemq-add-got-callback-handler
branch
2 times, most recently
from
June 30, 2025 16:16
8bb41aa to
7778a7c
Compare
darcyYe
force-pushed
the
yemq-add-got-callback-handler
branch
from
July 1, 2025 03:36
7778a7c to
af41c96
Compare
darcyYe
force-pushed
the
yemq-add-auth-status-check
branch
from
July 1, 2025 04:41
b08dd86 to
49fdcbb
Compare
darcyYe
force-pushed
the
yemq-add-got-callback-handler
branch
from
July 1, 2025 04:43
af41c96 to
39e0086
Compare
darcyYe
force-pushed
the
yemq-add-auth-status-check
branch
from
July 1, 2025 05:21
49fdcbb to
1a3e917
Compare
darcyYe
force-pushed
the
yemq-add-got-callback-handler
branch
from
July 1, 2025 05:22
39e0086 to
e565965
Compare
darcyYe
force-pushed
the
yemq-add-got-callback-handler
branch
from
July 2, 2025 05:02
f81ede8 to
bbaf685
Compare
darcyYe
force-pushed
the
yemq-add-got-callback-handler
branch
6 times, most recently
from
July 10, 2025 10:13
8692382 to
6d14721
Compare
darcyYe
force-pushed
the
yemq-add-got-callback-handler
branch
from
July 15, 2025 02:53
6d14721 to
910ed6e
Compare
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add post sign-in (via Google One Tap) handler, resolves LOG-11740