An open API service indexing awesome lists of open source software.

https://github.com/motdotla/signature-share

The shareable signing interface for signature-api.
https://github.com/motdotla/signature-share

Last synced: 7 months ago
JSON representation

The shareable signing interface for signature-api.

Awesome Lists containing this project

README

          

# signature-share

signature-share

The shareable signing interface for [signature-api](https://github.com/motdotla/signature-api).

## Installation

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

### Development

```
git clone https://github.com/motdotla/signature-share.git
cd signature-share
go get
cp .env.example .env
go run app.go
```

Visit a url like
* where the `document_url` query is a [signature-document blueprint](https://github.com/motdotla/signature-document#signature-document-blueprint)

The signing_url will be auto generated - to create the signing session.

* where the `signing_url` is a [signature-signing blueprint](https://github.com/motdotla/signature-signing#signature-signing-blueprint)
* where the `signing_id` is the id to a signing session

signature-share-0