Tony D’Addeo pfp
Tony D’Addeo
@deodad
if you are building a mini app and are experiencing any compatiiblity issues between base and farcaster please respond with: 1. if you are using miniapp-sdk or minikit (base sdk) 2. what the problem is
14 replies
8 recasts
37 reactions

Peter Kim pfp
Peter Kim
@peter
miniapp-sdk quickauth doesn’t work fully (user still needs to press confirm on a modal) and auth flow breaks when a user dismisses the connect button modal on base app also sdk.actions.swap is not supported on the base app
3 replies
0 recast
4 reactions

Tony D’Addeo pfp
Tony D’Addeo
@deodad
you should be able to check for `https://miniapps.farcaster.xyz/docs/sdk/detecting-capabilities#getcapabilities`, cc @dylsteck.eth
2 replies
0 recast
1 reaction

dylan pfp
dylan
@dylsteck.eth
- quickAuth does work but the confirm tray is needed for all SIWF(which quickAuth uses) until we can enable blind signing which will be much better UX, we should’ve already shipped a fix to send better errors on cancel too but it still not seeing that lmk @peter - wasn’t able to get getChains and getCapabilities in for nd1 but I have them done internally(next week or two will be out), in the meantime we updated our docs to show all the methods we do and don’t support etc - swapToken and sendToken are being worked on right now!!
1 reply
0 recast
1 reaction

Peter Kim pfp
Peter Kim
@peter
will take a look at auth again thanks!
1 reply
0 recast
2 reactions

dylan pfp
dylan
@dylsteck.eth
np! and more updates coming soon to make that even smoother 🙏
1 reply
0 recast
0 reaction

Peter Kim pfp
Peter Kim
@peter
does sdk.quickAuth.getToken() invoke the signIn modal again? We don't use the signIn action in our mini app, just the quickAuth.getToken action I just tried dismissing the auth modal on the latest base app version and then going to a protected route (which should invoke quickAuth.getToken) and the auth modal doesn't show up and I'm in a stuck state still
2 replies
0 recast
1 reaction

dylan pfp
dylan
@dylsteck.eth
I’ll take a look I’m almost back at my laptop, the cancel error should be coming through but if not will fix. and yeah getToken invokes signIn under the hood — this is all handled directly by the miniapp sdk(nothing there is manipulated by us)
1 reply
0 recast
0 reaction

Peter Kim pfp
Peter Kim
@peter
ah ok it seems like there is an issue with getToken showing the auth modal the first time, but not on subsequent calls, that's what I'm noticing at least, but will debug again later
1 reply
0 recast
1 reaction

dylan pfp
dylan
@dylsteck.eth
ah like in the case where the user denies once and you wanna re try? got it, lmk what you find and if anything needs to be patched on our end I’ll get on it 🫡
1 reply
0 recast
1 reaction