How can I setup auth redirects to work for multiple (local, staging, prod) environments?

Now that I've launched my site, I am running into the issue of working with auth while working locally. I've been having to manually get the tokens that are generated on my prod site and pasting them into my localStorage in local. There's gotta be a better way, right?
Was this page helpful?