/example-service-worker-auth

Example of how service workers can be used to store auth tokens securely

Primary LanguageJavaScriptMIT LicenseMIT

Service Worker Authentication Example

This repository is a demonstration of how service workers can be used to store auth tokens securely.

Running

  1. Git clone this repository
  2. Run yarn
  3. Run yarn start
  4. Open up http://localhost:3000