You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspired by lowlidev's auth implementation, I want to improve how auth works on Destiny Sets:
Refactor auth out of local state and into a HOC / redux state
Remove the "in the flow of the document" auth prompt and instead have something sticky to the bottom of the screen, that maybe takes up like a third of the screen (dismissable?).
Never clear the locally stored profile data/inventory, unless the user explicitly logs out. If authentication has expired, instead show a 'reauth for latest inventory' message, but still keep around previous data.
Store google drive dismantled items in local storage and show that before we load it as well
Move cloud storage updating into wrapping App.js HOC
The text was updated successfully, but these errors were encountered:
Inspired by lowlidev's auth implementation, I want to improve how auth works on Destiny Sets:
The text was updated successfully, but these errors were encountered: