NodeJS Server Example
This example server implements signup, login and authorisation methods for a typical node backend application. This backend server integrates with the client-example React app.
Quickstart
Section titled QuickstartMake sure you replace the following placeholders in the .env.production
file with your own site key and secret key.
You can obtain these by logging into the Prosopo portal.
Run this example API in conjunction with the client-example React app.
Learn