svs / covid19-supply-chain-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add login functionality via new popup window

swap-interactive opened this issue · comments

Make use authentication via new popup window and postMessage authToken from child window to parent opener window. Fork from #17

Changed this flow. Since devise seemed removed token based authentication. Instead using localStorage to persist form data before login. Since it has lesser surface area for bugs.