Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 551 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 551 Bytes

webworker-auth

This repo tries:

  • Delegate authentication to Web Worker e.g. login, logout.
  • Save and send authentication token for requests on Web Worker local scope.
  • Get main thread's upload request and upload file on Web Worker.
  • Get main thread's download request and download file on Web Worker.

Screenshot 2022-12-19 at 5 18 42 PM

setup

  1. run server
cd server
yarn 
yarn server
  1. run frontend
yarn 
yarn dev