George Doubinski

Results 78 comments of George Doubinski

@SpartakusMd yes, already had people complaining so reverted this one. > I would suggest reverting to psr/cache ^1.0 || ^2.0 for version 2.x and use psr/cache ^2.0 || ^3.0 +...

@SpartakusMd we haven't merged yet but we did decide to create a separate branch `min-php8.0` for php 8+ and keep 7.4 as is. The new branch will have all the...

@sotnaspina I'm not quite sure what are you trying to do. Are you trying to implement on-behalf-of authentication where your web app will access Dataverse as if it were a...

@sotnaspina I still don't understand what you're trying to do. Do the clients have their own instances, i.e. you're creating a tool that can be used against multiple CRM instances?...

@sotnaspina I'm still confused. 1 - "in my system". What is your system? A Dynamics 365/CRM instance? 3 - "register the contacts". What do you mean by "register"? Manage their...

To communicate with Dynamics 365 you don't need each client's access_token unless you're impersonating. What you need is server-to-server which we support. When your clients sign in, you get a...

@sotnaspina I'm afraid we still talking about different things There are two possible scenarios: 1. Your customers are CRM users and have a license. Then you can use on-behalf-of and...

@mrfroasty thanks for the pull request. It does look interesting and useful as an enhancement but it'd be better off implemented using a separate code path. Reason is that our...

@SpartakusMd yes there are :) Did you check if [php 80 branch](/AlexaCRM/dynamics-webapi-toolkit/tree/php80-trunk) is more suitable for this?

Your commit removes 7.4 from what I can see. We can't do that as we need this for backward compatibility. @wizardist do you think we can bring relevant changes to...