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.
- Host: GitHub
- URL: https://github.com/motdotla/signature-share
- Owner: motdotla
- Created: 2014-09-15T21:32:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-19T19:15:31.000Z (almost 11 years ago)
- Last Synced: 2024-10-14T11:04:04.515Z (12 months ago)
- Language: Go
- Size: 1.46 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# signature-share
The shareable signing interface for [signature-api](https://github.com/motdotla/signature-api).
## Installation
[](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
![]()