|
|
- router.post('/', accessTokenParser, loginRequiredStrictly, async(req, res) => {
|
|
|
|
|
|
|
+ router.post('/', accessTokenParser, loginRequiredStrictly, csrf, async(req, res) => {
|
|
|
body, grant, grantUserGroupId, overwriteScopesOfDescendants, isSlackEnabled, slackChannels, socketClientId, pageTags,
|
|
body, grant, grantUserGroupId, overwriteScopesOfDescendants, isSlackEnabled, slackChannels, socketClientId, pageTags,
|