fucodo.OneTimeSecret is a secure, simple service for sharing secrets or private information via a one-time URL. Once the URL is opened and viewed, the secret is deleted, ensuring that sensitive information is never exposed more than once.
- One-Time Access: Ensure sensitive information is accessed only once.
- Self-Destruct: Secrets are deleted after being accessed.
- Expiration: Set expiration times for secrets ensuring they're not accessible indefinitely.
- PHP 8.2 or higher
- Composer
- neos/flow
-
require the repo
composer req fucodo/onetimesecret
-
Create a new secret via the appropriate API endpoint or web form.
// Example code snippet for creating a secret $secretService = new \fucodo\OneTimeSecret\Domain\Model\Secret('YourSecret');
-
Share the generated one-time URL with the intended recipient.
-
When the recipient opens the URL, they will see the secret. It will be deleted after viewing.
We welcome contributions! Please see CONTRIBUTING.md for details.
This project is licensed under the MIT License. See the LICENSE file for details.
For any issues or questions, please open an issue on GitHub or contact the maintainer at email@example.com.