nft.storage icon indicating copy to clipboard operation
nft.storage copied to clipboard

Auth improvements with magiclink

Open dashcraft opened this issue 3 years ago • 1 comments

Thoughts:

  1. Reduce number of calls to magic link via controlling the behavior with a wrapper, checking the state periodically, but returning cache
  2. Potentially wrap calls on failure to nuke magic link and redirect to login, so that a user who was logged in but has invalid token, would have to re-auth on a 401 or similar error from magic link.
  • [ ] we shoudl evaluate if same optimizations are needed on web3 side. if so, ticket so we can implement there.

dashcraft avatar Mar 08 '22 20:03 dashcraft

These are performance optimizations and general cleanup ideas, I wanted to put into an issue for future tracking/backlog

dashcraft avatar Mar 08 '22 20:03 dashcraft

Closing this out since w3access will be implemented.

JeffLowe avatar Dec 13 '22 16:12 JeffLowe