Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1002 Bytes

File metadata and controls

23 lines (15 loc) · 1002 Bytes

Express Signature Sample for ASP.NET Core

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.

Requirements

Running the sample frontend application

  1. Install dependencies with npm install
  2. Run the application with npm start
  3. Go to http://localhost:3000 to view the application

Running the sample backend application

  1. Navigate to the /Server directory
  2. Add your OAuth client ID and client secret to appsettings.json
  3. Run the server with dotnet run