Queued NodeJS Server-Side Script not working
Hi guys, I created a NodeJS Server-Side Script which get's queued on POSTing to an API endpoint.If I run through the queue with php artisan queue:work --queue=NAMEOFTHEQUEUE, the job doesn't get...
View ArticleDF 2.4.1 Add extra information upon open registration
So your mobile app has to include the special API key that has only script access to system/user? That seems like a bug to me because basically what you are saying as that the script can't make an...
View ArticleJWT Payload component and security
Hi, I am trying to make the app more secure from MTM attacks, What is the best way to construct JWT payload so that it works and also does not reveal the sensitive user info that anyone can decode. As...
View ArticleDF 2.4.1 Add extra information upon open registration
You're right. Its seems that the internal calls happen in the context of whatever app/user called them, thus inheriting their rights and privileges. I can't decide if this is a bug, but honestly I...
View ArticleJWT Payload component and security
I think the easiest way is to use SSL (TSL), or are you looking for even more security than that?
View ArticleJWT Payload component and security
Sorry if I am not using the right terms. What I meant is the tags that would construct the JWT. Example. { "alg": "HS256", "typ": "JWT" "sub": "1234567890", "name": "John Doe", "admin": true} Whats...
View ArticleQueued NodeJS Server-Side Script not working
No suggestions on that? As I tried that with a fresh set up instance, could that be a bug?
View ArticleDF 2.4.1 Add extra information upon open registration
You are able to to change headers and parameters in calls made within a script. There was some buggy behavior around this previously, but changing headers has been supported for a while, and changing...
View ArticleError on filter with related DF 2.3.1
Same Error, Error only when there are no results.
View ArticleError on filter with related DF 2.3.1
You might be able to workaround that by letting a script check for this specific case and return no results instead of an error.
View ArticleIs it possible to Use APIs to trigger scripts?
Hello, I am a new users of dream-factory and admittedly I am finding it very overwhelming, I was wondering if this would be a viable platform to be able to run script on an API being sent. For example...
View ArticleIs it possible to Use APIs to trigger scripts?
Hey, This is possible. Just look at these videos. They give you a short intro into Server-Side scripting.
View ArticleHow to change application's API key
HI, It is written in the documentation that : Application API Key Applications in a DreamFactory instance can represent actual application code hosted on the instance, code hosted elsewhere on another...
View ArticleHow to install Dream Factory
Hello, I have 32 bit Ubuntu 14.04 LTS os.So i am unable to install 64 bit Dream Factory.32 bit Dream Factory is not available.Then i try the git hub method.It is also not working.I cant change the os...
View ArticleDF 2.4.1 Add extra information upon open registration
@drewpearce Thanks for the hints and I looked into your suggested links but unfortunately the call to platform.api.patch("system/user/{id}") is not working while in user.register.post.post_process...
View ArticleWelcome! Please Introduce Yourself
Hello, I have 32 bit Ubuntu 14.04 LTS os.So i am unable to install 64 bit Dream Factory.32 bit Dream Factory is not available.Then i try the git hub method.It is also not working.I cant change the os...
View ArticleManaging the caching of DynamoDB calls
Remote DB Caching? Hello and thanks for the clarification. I have just realized this and would really like to see it implemented very soon. Is there a beta out there that currently has some of this...
View ArticleUse cache service for all requests
Possible Same Use Cases Here http://community.dreamfactory.com/t/managing-the-caching-of-dynamodb-calls/1205 http://community.dreamfactory.com/t/redis-caching-for-requests-to-a-database-service/3616...
View ArticleAccess DSP system/session variables in mysql triggers?
Looking for solution. I'm using MySQL triggers to perform after insert/update and before delete logging of changes to a MySQL table.Not considering server-side scripting at this point. In the context...
View Article