Skip to content

signicat/sample-express-sign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample Express Signature code application for ASP.NET Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published