Is it possible to grant an access of dapps acoont to withdraw flow tokens from the user account?
Iβm not sure I completely understand what you are trying to achieve but just from technical stand point of view you can have a multi sig account that also contains a key from dapp account.
Again Iβm not sure this is a good idea but I donβt understand your context.
@kalitamih You could also create a custom resource that implements the private Provider
capability. It could have a withdraw limit that restricts withdraws to a certain amount. You can give it to Dapps to store in their private storage at that point