Actions
Feature proposal #5030
closedImplement token exchange API
Feature proposal #5030:
Implement token exchange API
Start date:
22 January 2015
Due date:
% Done:
100%
Estimated time:
Description
Implement API for generating and validating secure tokens (needs a database table). This should be generic so its usage can be used for many tasks. Particularly implement connection request approval/denial, registration approval, and image upload approval via email URL instead of requiring to login by using a secure token.
Updated by krileon over 9 years ago
- Target version changed from CB 2.1 to CB 3.0
Updated by krileon 19 days ago
- Status changed from Assigned to Rejected
- Target version deleted (
CB 3.0) - % Done changed from 0 to 100
Individual plugins should be responsible for their own confirmation tokens. No need for some generic API for this. They can just be stored sha256 hashes to check against. Adding a generic new means of authentication would be too dangerous.
Actions