Feature #67932
closed
EXT:rsaauth should provide a generic interface
Added by Philipp Kerling over 9 years ago.
Updated about 6 years ago.
Description
The rsaauth extension provides functions for encrypting via RSA in JavaScript on the web page and the corresponding decrypt functions in PHP. It also has integration into the backend forms and frontend login forms for encrypting login passwords when using EXT:felogin via hooks.
What I think is missing is a more general interface for using the RSA functionality in custom extensions, e.g. login forms and profile edit forms. Only EXT:felogin works out of the box since hooks are provided for that, but I don't see why other extensions shouldn't be able to use RSA authentication/encryption explicitly. It's possible to use the felogin hooks in custom login forms to get identical behaviour, but frontend forms for allowing an user to change his/her password are very difficult to implement (see also https://github.com/pagemachine/hairu/issues/4 and https://forge.typo3.org/issues/25367).
Hey. Your analysis is perfectly right, the current rsaauth architecture misses a generic interface to handle any data, the current hook architecture is doomed. We thought about splitting the extension into two clean parts, but nobody got their fingers dirty, yet.
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Patch set 14 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Patch set 15 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Patch set 16 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Patch set 17 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Patch set 18 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Patch set 19 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF