Skip to content
Tharunraj Optimus edited this page Sep 27, 2021 · 4 revisions

Welcome to the fire-user-pwa wiki!

This PWA will be one of the core part of the authentication.

Things which will happen during the auth

  • 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

Others things to do with the PWA

  • 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

Hosting

  • 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.

Tech Used

  • React template using CRA
  • But, we will use basic html with jQuery instead of React

For the Front end of the landing page we will use this Site as the design.