Skip to content

alvinsj/webworker-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors