elemental-lowcode icon indicating copy to clipboard operation
elemental-lowcode copied to clipboard

Elemental lowcode development platform.

Results 71 elemental-lowcode issues
Sort by recently updated
recently updated
newest added

We need to provide a tool that gives quick and easy database access for the user - we should pick an open source package for this, such as Adminer or...

It should be possible, within the package section, to connect a git repository to the code being generated through the editor. It should be possible to show the diff between...

It should be possible to configure default (standard) claim types so we can generate UIs for creating/updating users and for adding claims into scopes. Add a new section into the...

We cannot always support RESTful access to data - sometimes the datasource is not compatible. In order to support this we must have a new repository service that allows us...

Allow clients to set their own TTL for access tokens.

Integrations currently only allow for a single endpoint to be configured in isolation - this is not good as we need to be able to group integrations together by the...

Allow datatypes to have CORS origins configured.

Ensure that etags are supported on storage entities, supporting both the response of the version with the etag header and the use of `if-match` headers on: * `GET` * `POST`...

Add support for client credentials bearer token authentication on outgoing HTTP requests. The configuration for this authentication mechanism should be: ``` { "request": { "uri": "https://jsonplaceholder.typicode.com/posts/$.body.id", "method": "get", "authentication" :...

Add support for client credentials bearer token authentication on outgoing HTTP requests. The configuration for this authentication mechanism should be: ``` { "request": { "uri": "https://jsonplaceholder.typicode.com/posts/$.body.id", "method": "get", "authentication" :...