Skip to content
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

fix(console,phrases): update the jwt test section content #5641

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -235,22 +235,22 @@ export const accessTokenPayloadTestModel: ModelSettings = {
language: 'json',
icon: <TokenFileIcon />,
name: 'user-token-payload.json',
title: 'Token',
title: 'Token data',
defaultValue: JSON.stringify(defaultAccessTokenPayload, null, 2),
};

export const clientCredentialsPayloadTestModel: ModelSettings = {
language: 'json',
icon: <TokenFileIcon />,
name: 'machine-to-machine-token-payload.json',
title: 'Token',
title: 'Token data',
defaultValue: JSON.stringify(defaultClientCredentialsPayload, null, 2),
};

export const userContextTestModel: ModelSettings = {
language: 'json',
icon: <UserFileIcon />,
name: 'user-token-context.json',
title: 'User Context',
title: 'User data',
defaultValue: JSON.stringify(defaultUserTokenContextData, null, 2),
};
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const jwt_claims = {
/** UNTRANSLATED */
data_source_tab: 'Data source',
/** UNTRANSLATED */
test_tab: 'Test claim',
test_tab: 'Test context',
/** UNTRANSLATED */
jwt_claims_description: 'Default claims are auto-included in the JWT and cannot be overridden.',
user_data: {
Expand Down Expand Up @@ -84,9 +84,7 @@ const jwt_claims = {
'Limit custom claims to under 50KB. Default JWT claims are automatically included in the token and can not be overridden.',
tester: {
/** UNTRANSLATED */
title: 'Test',
/** UNTRANSLATED */
subtitle: "Edit the context to adjust the token's request states and test your custom claims.",
subtitle: 'Adjust mock token and user data for testing.',
/** UNTRANSLATED */
run_button: 'Run test',
/** UNTRANSLATED */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const jwt_claims = {
restore: 'Restore defaults',
restored: 'Restored',
data_source_tab: 'Data source',
test_tab: 'Test claim',
test_tab: 'Test context',
jwt_claims_description: 'Default claims are auto-included in the JWT and cannot be overridden.',
user_data: {
title: 'User data',
Expand All @@ -49,8 +49,7 @@ const jwt_claims = {
jwt_claims_hint:
'Limit custom claims to under 50KB. Default JWT claims are automatically included in the token and can not be overridden.',
tester: {
title: 'Test',
subtitle: "Edit the context to adjust the token's request states and test your custom claims.",
subtitle: 'Adjust mock token and user data for testing.',
run_button: 'Run test',
result_title: 'Test result',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const jwt_claims = {
/** UNTRANSLATED */
data_source_tab: 'Data source',
/** UNTRANSLATED */
test_tab: 'Test claim',
test_tab: 'Test context',
/** UNTRANSLATED */
jwt_claims_description: 'Default claims are auto-included in the JWT and cannot be overridden.',
user_data: {
Expand Down Expand Up @@ -84,9 +84,7 @@ const jwt_claims = {
'Limit custom claims to under 50KB. Default JWT claims are automatically included in the token and can not be overridden.',
tester: {
/** UNTRANSLATED */
title: 'Test',
/** UNTRANSLATED */
subtitle: "Edit the context to adjust the token's request states and test your custom claims.",
subtitle: 'Adjust mock token and user data for testing.',
/** UNTRANSLATED */
run_button: 'Run test',
/** UNTRANSLATED */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const jwt_claims = {
/** UNTRANSLATED */
data_source_tab: 'Data source',
/** UNTRANSLATED */
test_tab: 'Test claim',
test_tab: 'Test context',
/** UNTRANSLATED */
jwt_claims_description: 'Default claims are auto-included in the JWT and cannot be overridden.',
user_data: {
Expand Down Expand Up @@ -84,9 +84,7 @@ const jwt_claims = {
'Limit custom claims to under 50KB. Default JWT claims are automatically included in the token and can not be overridden.',
tester: {
/** UNTRANSLATED */
title: 'Test',
/** UNTRANSLATED */
subtitle: "Edit the context to adjust the token's request states and test your custom claims.",
subtitle: 'Adjust mock token and user data for testing.',
/** UNTRANSLATED */
run_button: 'Run test',
/** UNTRANSLATED */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const jwt_claims = {
/** UNTRANSLATED */
data_source_tab: 'Data source',
/** UNTRANSLATED */
test_tab: 'Test claim',
test_tab: 'Test context',
/** UNTRANSLATED */
jwt_claims_description: 'Default claims are auto-included in the JWT and cannot be overridden.',
user_data: {
Expand Down Expand Up @@ -84,9 +84,7 @@ const jwt_claims = {
'Limit custom claims to under 50KB. Default JWT claims are automatically included in the token and can not be overridden.',
tester: {
/** UNTRANSLATED */
title: 'Test',
/** UNTRANSLATED */
subtitle: "Edit the context to adjust the token's request states and test your custom claims.",
subtitle: 'Adjust mock token and user data for testing.',
/** UNTRANSLATED */
run_button: 'Run test',
/** UNTRANSLATED */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const jwt_claims = {
/** UNTRANSLATED */
data_source_tab: 'Data source',
/** UNTRANSLATED */
test_tab: 'Test claim',
test_tab: 'Test context',
/** UNTRANSLATED */
jwt_claims_description: 'Default claims are auto-included in the JWT and cannot be overridden.',
user_data: {
Expand Down Expand Up @@ -84,9 +84,7 @@ const jwt_claims = {
'Limit custom claims to under 50KB. Default JWT claims are automatically included in the token and can not be overridden.',
tester: {
/** UNTRANSLATED */
title: 'Test',
/** UNTRANSLATED */
subtitle: "Edit the context to adjust the token's request states and test your custom claims.",
subtitle: 'Adjust mock token and user data for testing.',
/** UNTRANSLATED */
run_button: 'Run test',
/** UNTRANSLATED */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const jwt_claims = {
/** UNTRANSLATED */
data_source_tab: 'Data source',
/** UNTRANSLATED */
test_tab: 'Test claim',
test_tab: 'Test context',
/** UNTRANSLATED */
jwt_claims_description: 'Default claims are auto-included in the JWT and cannot be overridden.',
user_data: {
Expand Down Expand Up @@ -84,9 +84,7 @@ const jwt_claims = {
'Limit custom claims to under 50KB. Default JWT claims are automatically included in the token and can not be overridden.',
tester: {
/** UNTRANSLATED */
title: 'Test',
/** UNTRANSLATED */
subtitle: "Edit the context to adjust the token's request states and test your custom claims.",
subtitle: 'Adjust mock token and user data for testing.',
/** UNTRANSLATED */
run_button: 'Run test',
/** UNTRANSLATED */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const jwt_claims = {
/** UNTRANSLATED */
data_source_tab: 'Data source',
/** UNTRANSLATED */
test_tab: 'Test claim',
test_tab: 'Test context',
/** UNTRANSLATED */
jwt_claims_description: 'Default claims are auto-included in the JWT and cannot be overridden.',
user_data: {
Expand Down Expand Up @@ -84,9 +84,7 @@ const jwt_claims = {
'Limit custom claims to under 50KB. Default JWT claims are automatically included in the token and can not be overridden.',
tester: {
/** UNTRANSLATED */
title: 'Test',
/** UNTRANSLATED */
subtitle: "Edit the context to adjust the token's request states and test your custom claims.",
subtitle: 'Adjust mock token and user data for testing.',
/** UNTRANSLATED */
run_button: 'Run test',
/** UNTRANSLATED */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const jwt_claims = {
/** UNTRANSLATED */
data_source_tab: 'Data source',
/** UNTRANSLATED */
test_tab: 'Test claim',
test_tab: 'Test context',
/** UNTRANSLATED */
jwt_claims_description: 'Default claims are auto-included in the JWT and cannot be overridden.',
user_data: {
Expand Down Expand Up @@ -84,9 +84,7 @@ const jwt_claims = {
'Limit custom claims to under 50KB. Default JWT claims are automatically included in the token and can not be overridden.',
tester: {
/** UNTRANSLATED */
title: 'Test',
/** UNTRANSLATED */
subtitle: "Edit the context to adjust the token's request states and test your custom claims.",
subtitle: 'Adjust mock token and user data for testing.',
/** UNTRANSLATED */
run_button: 'Run test',
/** UNTRANSLATED */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const jwt_claims = {
/** UNTRANSLATED */
data_source_tab: 'Data source',
/** UNTRANSLATED */
test_tab: 'Test claim',
test_tab: 'Test context',
/** UNTRANSLATED */
jwt_claims_description: 'Default claims are auto-included in the JWT and cannot be overridden.',
user_data: {
Expand Down Expand Up @@ -84,9 +84,7 @@ const jwt_claims = {
'Limit custom claims to under 50KB. Default JWT claims are automatically included in the token and can not be overridden.',
tester: {
/** UNTRANSLATED */
title: 'Test',
/** UNTRANSLATED */
subtitle: "Edit the context to adjust the token's request states and test your custom claims.",
subtitle: 'Adjust mock token and user data for testing.',
/** UNTRANSLATED */
run_button: 'Run test',
/** UNTRANSLATED */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const jwt_claims = {
/** UNTRANSLATED */
data_source_tab: 'Data source',
/** UNTRANSLATED */
test_tab: 'Test claim',
test_tab: 'Test context',
/** UNTRANSLATED */
jwt_claims_description: 'Default claims are auto-included in the JWT and cannot be overridden.',
user_data: {
Expand Down Expand Up @@ -84,9 +84,7 @@ const jwt_claims = {
'Limit custom claims to under 50KB. Default JWT claims are automatically included in the token and can not be overridden.',
tester: {
/** UNTRANSLATED */
title: 'Test',
/** UNTRANSLATED */
subtitle: "Edit the context to adjust the token's request states and test your custom claims.",
subtitle: 'Adjust mock token and user data for testing.',
/** UNTRANSLATED */
run_button: 'Run test',
/** UNTRANSLATED */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const jwt_claims = {
/** UNTRANSLATED */
data_source_tab: 'Data source',
/** UNTRANSLATED */
test_tab: 'Test claim',
test_tab: 'Test context',
/** UNTRANSLATED */
jwt_claims_description: 'Default claims are auto-included in the JWT and cannot be overridden.',
user_data: {
Expand Down Expand Up @@ -84,9 +84,7 @@ const jwt_claims = {
'Limit custom claims to under 50KB. Default JWT claims are automatically included in the token and can not be overridden.',
tester: {
/** UNTRANSLATED */
title: 'Test',
/** UNTRANSLATED */
subtitle: "Edit the context to adjust the token's request states and test your custom claims.",
subtitle: 'Adjust mock token and user data for testing.',
/** UNTRANSLATED */
run_button: 'Run test',
/** UNTRANSLATED */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const jwt_claims = {
/** UNTRANSLATED */
data_source_tab: 'Data source',
/** UNTRANSLATED */
test_tab: 'Test claim',
test_tab: 'Test context',
/** UNTRANSLATED */
jwt_claims_description: 'Default claims are auto-included in the JWT and cannot be overridden.',
user_data: {
Expand Down Expand Up @@ -84,9 +84,7 @@ const jwt_claims = {
'Limit custom claims to under 50KB. Default JWT claims are automatically included in the token and can not be overridden.',
tester: {
/** UNTRANSLATED */
title: 'Test',
/** UNTRANSLATED */
subtitle: "Edit the context to adjust the token's request states and test your custom claims.",
subtitle: 'Adjust mock token and user data for testing.',
/** UNTRANSLATED */
run_button: 'Run test',
/** UNTRANSLATED */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const jwt_claims = {
/** UNTRANSLATED */
data_source_tab: 'Data source',
/** UNTRANSLATED */
test_tab: 'Test claim',
test_tab: 'Test context',
/** UNTRANSLATED */
jwt_claims_description: 'Default claims are auto-included in the JWT and cannot be overridden.',
user_data: {
Expand Down Expand Up @@ -84,9 +84,7 @@ const jwt_claims = {
'Limit custom claims to under 50KB. Default JWT claims are automatically included in the token and can not be overridden.',
tester: {
/** UNTRANSLATED */
title: 'Test',
/** UNTRANSLATED */
subtitle: "Edit the context to adjust the token's request states and test your custom claims.",
subtitle: 'Adjust mock token and user data for testing.',
/** UNTRANSLATED */
run_button: 'Run test',
/** UNTRANSLATED */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const jwt_claims = {
/** UNTRANSLATED */
data_source_tab: 'Data source',
/** UNTRANSLATED */
test_tab: 'Test claim',
test_tab: 'Test context',
/** UNTRANSLATED */
jwt_claims_description: 'Default claims are auto-included in the JWT and cannot be overridden.',
user_data: {
Expand Down Expand Up @@ -84,9 +84,7 @@ const jwt_claims = {
'Limit custom claims to under 50KB. Default JWT claims are automatically included in the token and can not be overridden.',
tester: {
/** UNTRANSLATED */
title: 'Test',
/** UNTRANSLATED */
subtitle: "Edit the context to adjust the token's request states and test your custom claims.",
subtitle: 'Adjust mock token and user data for testing.',
/** UNTRANSLATED */
run_button: 'Run test',
/** UNTRANSLATED */
Expand Down
Loading