TYPO3 CMS  TYPO3_7-6
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\RsaEncryptionEncoder::class . '::getRsaPublicKeyAjaxHandler',
11  'access' => 'public'
12  ],
13 ];