Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1001 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 1001 Bytes

portrait-ipfs-authentication

portrait-ipfs-authentication is a Node.js Express authentication layer for handling authentication by means of accessToken and ethAddress. The layer acts as a gate between an IPFS node and the web such that no security and networking changes have to be made for the IPFS daemon. We also added the possibility to filter on mimetypes (images in this implementation) and/or file size. File size may also be adjusted in the config file of the IPFS daemon.

Installation

Use the package manager npm to install all packages.

npm install

Usage

cd portrait-ipfs-authentication
npm install
node app.js

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Credits

License

MIT