mirror of
https://github.com/the1024club/the1024.club.git
synced 2026-01-24 12:20:19 +00:00
d3730aa6cdf64bbbd0bdd7ef967c444598c4d265
Technically, all of the operations available via /<fingerprint> will access the user object in some fashion, so loading of the user object can be done outside of the GET if-block.
the1024.club
Goals:
- offer 1k storage to anyone
- no user accounts or registration
- space is assigned based on pub/priv key interactions
- api-style endpoints that allocate a space for you based on the hash of your pubkey
- private key sign transactions to the api for CRUD of your 1k
- ability to set mime-type of your 1k
WARNING: The keys ex_private.pem and public.pem exist solely to serve as placeholders during testing. Do not use them in a setting where security is needed!
Description
Languages
PHP
100%