Sample application using the Express Signature API.
Check out the documentation for more information about the signature service.
Please note that this example only shows a signature flow without any authentication. This means that the end-user does not have to authenticate themselves before signing and that anyone can sign and download documents.
- Install dependencies with
npm install
- Run the application with
npm start
- Go to http://localhost:3000 to view the application
- Navigate to the
/Server
directory - Add your OAuth client ID and client secret to
appsettings.json
- Run the server with
dotnet run