Content
@
https://warpcast.com/~/channel/miniapps
0 reply
0 recast
0 reaction
Bayge
@bayge
Question for miniapp devs: how should a team handle cookies?
1 reply
1 recast
3 reactions
horsefacts
@horsefacts.eth
1. try to avoid them. now that we have quickAuth and web login you can statelessly auth every session if you want. 2. if you can't avoid them, check that the user in the launch context matches the user associated with the stored cookie. if not, clear any local state (cookies, localstorage) and reauthenticate.
1 reply
0 recast
2 reactions