Add TokenFormat to application.

This commit is contained in:
Gucheng Wang
2021-12-18 16:16:34 +08:00
parent cb625b3fa2
commit 95f2a3b311
4 changed files with 19 additions and 0 deletions

View File

@ -70,6 +70,7 @@ class ApplicationListPage extends React.Component {
{name: "Agreement", visible: true, required: true, rule: "None"},
],
redirectUris: ["http://localhost:9000/callback"],
tokenFormat: "JWT",
expireInHours: 24 * 7,
}
}