Ap auto jwt#370
Conversation
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 75.9%, saving 873.0 KB.
|
There was a problem hiding this comment.
Pull request overview
Adds a new beginner-focused tutorial documenting how to build a Caido workflow that refreshes JWTs and stores tokens in environment variables for use via Replay placeholders (Issue #362).
Changes:
- Adds a new “Refresh a JWT” tutorial page with an end-to-end workflow script and Replay placeholder setup steps.
- Registers the new tutorial in the app tutorials sidebar navigation.
Reviewed changes
Copilot reviewed 2 out of 5 changed files in this pull request and generated 19 comments.
| File | Description |
|---|---|
| src/app/tutorials/refresh_jwt.md | New tutorial page describing an active workflow that logs in, refreshes JWTs, and saves tokens to environment variables for Replay placeholders. |
| .vitepress/sidebars/app/tutorials.ts | Adds “Refresh a JWT” to the Tutorials sidebar under Workflows. |
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 57.7%, saving 561.4 KB.
|
There was a problem hiding this comment.
Content is good, but it feels more like a guide than a tutorial.
We talked previously about having the tutorials less official-like and more hand holding, can we try this again here?
For example, we go straight into doing a convert workflow, but there's no explanation as to why we're using a convert workflow, what they are, links to explanations on workflows.
Same idea for environments. If we give this tutorial to a newbie, they don't have the context of what an environment is.
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 21.4%, saving 81.4 KB.
1 image did not require optimisation. |
Closes #362