-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Tharunraj Optimus edited this page Sep 27, 2021
·
4 revisions
This PWA will be one of the core part of the authentication.
- Gets the session Id from the requested website
- Sends to the Fire Servers
- Gets the Token ID
- Joins a socket room
- Sends tokenId to the requested website through sockets
- Sign up / Login
- All (transactions) authentication history are stored locally in the Indexed DB
- Click QR button to scan the code from the website
- Sync the transactions between multiple devices
- For economic reasons this will be a front end app, requesting resources using API
- Will be hosted on netlify or cloudflare pages. Not sure at this moment.
- React template using CRA
- But, we will use basic html with jQuery instead of React