mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 13:20:19 +08:00
Add TokenFormat to application.
This commit is contained in:
@ -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,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user