turbo
turbo copied to clipboard
feature: Add invalidate flag to logout
Description
Allows for turbo logout --invalidate
which should call to the API to actually remove the token from the account.
Closes TURBO-2406
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
examples-kitchensink-blog | 🔄 Building (Inspect) | Visit Preview | 💬 Add feedback | Mar 7, 2024 3:38pm |
examples-nonmonorepo | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Mar 7, 2024 3:38pm |
rust-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Mar 7, 2024 3:38pm |
turbo-site | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Mar 7, 2024 3:38pm |
7 Ignored Deployments
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
examples-basic-web | ⬜️ Ignored (Inspect) | Visit Preview | Mar 7, 2024 3:38pm | |
examples-designsystem-docs | ⬜️ Ignored (Inspect) | Visit Preview | Mar 7, 2024 3:38pm | |
examples-gatsby-web | ⬜️ Ignored (Inspect) | Visit Preview | Mar 7, 2024 3:38pm | |
examples-native-web | ⬜️ Ignored (Inspect) | Visit Preview | Mar 7, 2024 3:38pm | |
examples-svelte-web | ⬜️ Ignored (Inspect) | Visit Preview | Mar 7, 2024 3:38pm | |
examples-tailwind-web | ⬜️ Ignored (Inspect) | Visit Preview | Mar 7, 2024 3:38pm | |
examples-vite-web | ⬜️ Ignored (Inspect) | Visit Preview | Mar 7, 2024 3:38pm |
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @Zertsov and the rest of your teammates on Graphite
🟢 Turbopack Benchmark CI successful 🟢
Thanks
🟢 CI successful 🟢
Thanks
We need to increase our automated test coverage for the codebase.
A few notes:
- A successful
turbo_dev logout --invalidate
doesn't have any output, hard to tell if it succeeded or not- Trying to login with an invalidated token has a very unhelpful error message:
[1 olszewski@chriss-mbp] /Users/olszewski/code/vercel/turborepo $ turbo_dev login --sso-team=vercel × Error making HTTP request: error decoding response body: missing field `token` at line 1 column 77 ├─▶ error decoding response body: missing field `token` at line 1 column 77 ╰─▶ missing field `token` at line 1 column 77
Agreed that the output should be there, I can fix that quick. The login seems to be a separate issue though.