IlluminusLimited / Frontend

Pinster's Web UI
https://app-prod.pinster.io
GNU General Public License v3.0
3 stars 0 forks source link

less loopy #168

Closed markmoser closed 5 years ago

markmoser commented 5 years ago

This should resolve the nasty auth loop we have going on in prod but it might leave the navbar in the un-logged-in state. I'm trying to delay the redirect post callback until the app recognizes the users is officially logged in, and that feels really hacky.

I think the real fix is to bring in a better state manager, like context or something.

I figure this fix is better than that nasty loopy loop.

merge and deploy to prod at will