Auth from scratch
A walk through every decision, and what each one defends against
Jun 24, 202672 min read6

Search for a command to run...
Articles tagged with #authentication
A walk through every decision, and what each one defends against

TL;DR Use localStorage to communicate between windows and check it when the window is closed. The OAUTH e2e process is as follows: FrontEnd(FE): user clicks on social login button FE: user is redirected to either a local page that redirects behind ...
