Skip to content

Gimly-Blockchain/rn-did-siop-example-app

Repository files navigation

Gimly  and   Sphereon
A demo DID SIOP V2 Authenticator mobile app

####This is a demo app written using React Native to test and showcase the the "Self Issued OpenID Provider v2 (SIOP)" library

Please note that this is not meant as a product or production use case. It is making assumptions for demoing the components involved.

Demo: https://youtu.be/cqoKuQWPj-s

To build

  • yarn install
  • yarn nodeify

To load to your mobile

  • Make sure you have the Android platform SDK installed on your computer, your mobile is plugged in and in debug mode.
  • Execute adb devices and confirm your device is listed
  • yarn android

Usage

This app was created for use with the did-siop-auth-web-demo Once the demo app has loaded, you will land in camera mode. Now you can scan a QR code from the screen, after which you are prompted for approval by biometrics like the fingerprint scanner or face recognition.

When approved the demo website will grant you access to the protected sections.