‪TYPO3CMS  9.5
AjaxRoutes.php
Go to the documentation of this file.
1 <?php
2 
6 return [
7  // Get RSA public key
8  'rsa_publickey' => [
9  'path' => '/rsa/publickey',
10  'target' => \TYPO3\CMS\Rsaauth\Controller\RsaPublicKeyGenerationController::class . '::processRequest',
11  'access' => 'public',
12  'parameters' => [
13  'skipSessionUpdate' => 1
14  ]
15  ],
16 ];