Skip to content

Commit 2f37cea

Browse files
committed
feat(docs): add test panel image
add test panel image
1 parent edabd1f commit 2f37cea

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/docs/recipes/custom-jwt/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import Availability from '@components/Availability';
66

77
import CustomJwtLanding from './assets/custom-jwt-landing.webp';
88
import CustomJwtDetails from './assets/custom-jwt-details.webp';
9+
import TestResult from './assets/test-result.webp';
910

1011
# Custom JWT claims
1112

@@ -166,3 +167,9 @@ Be aware, any external data fetching may introduce latency to the token issuing
166167
Make sure to test your script before saving it. Click on the `Test Context` tab on the right side of the page to modify the mock token payload and user data context for testing.
167168

168169
Click on the `Run test` on the right-top corner of the editor to run the script with the mock data. The output of the script will be displayed in the `Test Result` drawer.
170+
171+
<center>
172+
<img src={TestResult} alt="test result" width={800} />
173+
</center>
174+
175+
Click on the **Create** button to save the script. The custom JWT claims script will be saved and applied to the access token issuing process.
Binary file not shown.

0 commit comments

Comments
 (0)