-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add JWT signing and redirect for login flow #6129
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6129 +/- ##
=======================================
Coverage 56.89% 56.89%
=======================================
Files 1153 1153
Lines 63896 63896
Branches 5184 5184
=======================================
Hits 36353 36353
Misses 26815 26815
Partials 728 728
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
bacb489
to
530712c
Compare
530712c
to
82e8224
Compare
82e8224
to
e53837d
Compare
e53837d
to
9db0143
Compare
9db0143
to
a0d1c82
Compare
a0d1c82
to
193e8c3
Compare
PR-Codex overview
This PR focuses on enhancing the authentication and API request handling in the
apps/login
application. It introduces JWT verification, updates API routes, and modifies the login page structure to improve user experience.Detailed summary
route.saltyapps/login/next.config.ts
./api/request
to/api/:path*
.apps/login/src/app/api/user/route.ts
.signJWT
andverifyJWT
functions inapps/login/src/app/authorization/jwt.ts
.LoginPageInner
component.twl.js
to handle JWT and user state.twl.min.js
to manage login/logout states.apps/login/test/script-test.html
.apps/login/public/logo.svg
.