https://github.com/singpass/sign-v3-demo-app
This repository provides examples of how you might integrate with Sign V3 as an RP.
https://github.com/singpass/sign-v3-demo-app
digital-signature sign-v3 sign-with-singpass singpass
Last synced: 5 months ago
JSON representation
This repository provides examples of how you might integrate with Sign V3 as an RP.
- Host: GitHub
- URL: https://github.com/singpass/sign-v3-demo-app
- Owner: singpass
- License: mit
- Created: 2025-06-16T09:38:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-09-13T05:53:52.000Z (9 months ago)
- Last Synced: 2025-09-13T07:29:55.591Z (9 months ago)
- Topics: digital-signature, sign-v3, sign-with-singpass, singpass
- Language: JavaScript
- Homepage: https://docs.sign.singpass.gov.sg/
- Size: 112 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sign V3 Demo App
This repository provides examples of how you might integrate with Sign V3 as an RP.
**❌ DO NOT USE FOR PRODUCTION**
## Pre-requisites
You will need to have a staging Singpass app installed on your mobile device.
## Configuration
Configs are stored in `config.json` file. Also a sample config of using mockpass is provided in `config-mockpass.json`.
## Running the Demo App Locally
```shell
npm install
npm start
```
Then go to http://localhost:4000 in your browser. Click "Sign with Singpass" and Scan the QR code with your Singpass app
to complete signing.
## Other Resources
- [Sign V3 Documentation](https://docs.sign.singpass.gov.sg/)
- [Mockpass](https://github.com/opengovsg/mockpass)