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

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.

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)