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