Stefan
Stefan
@colinpieper As stated in the OAuth2 definition by Auth0, the `state` parameter can have a second purpose other than preventing CSRF attacks: [Auth0.com](https://auth0.com/docs/secure/attack-protection/state-parameters#redirect-users). Imagine you have a multi-tenant application and...
If I remember correctly, you can get this message when using an old refresh token or an authorization token that is expired.
> How to make a function in Laravel that is callable from the vendor map? I configured it like ``` $this->connection->setTokenUpdateCallback(array($this, 'tokenUpdateCallback')); ``` Where `$this` is the instance of a...
@jpillai88 Permissions are bound to the users that performs the initial OAuth flow. If the user can't create/update an entity through the interface (https://start.exactonline.nl), it's not allowed through the API...
@jpillai88 you have to tick the `Administration` option above the `General`, `Financial`. If this won't resolve your issue please contact Exact support since this project isn't meant for this purpose...
@magmel48 have you tried with Node 15.14 as stated in the README? I haven't used the artifacts yet but I managed to compile the native part on an M1.
BaseConsensus: Synced with all connected peers (2), consensus established. So it's possible to compile for M1 @jeffesquivels
No solution so far? I stumble on: `Error is: Cannot find module '[...]\platforms\android\app\src\main\assets\app\tns_modules\nativescript-nodeify\patch-npm-packages.js'. ` https://kion.me/using-nativescript-nodeify-with-nativescript-vue/ Found this article. Haven't tried it myself tho. Edit: Add article
@racknoris It's been 2 months ago so I don't really remember correctly anymore. But I think I did solve it in the end by copying the not-found module(s) from the...
I've tested this PR and it doesn't fully work yet. If you would iterate over the `CrmDocument.Attachments` it tries to lazily load those attachments. Though it tries to load the...