Christoph Kappestein

Results 231 comments of Christoph Kappestein

Hi, so inside an action you have access to the context property which contains information about the current user. Please take a look at: https://www.fusio-project.org/documentation/php/$context

Hi, no worries, so the CMS demo is basically more an example if you want to use Fusio as an API framework, but I would guess that this is not...

Hey @test2a, great that the login issue is solved. We have just recently migrated all our docs to the https://docs.fusio-project.org/ domain which should now contain all documentation regarding Fusio. We...

Hi, yes so you can use the `system:export` and `system:import` to export/import your complete config. Maybe we should add a reference about the available commands at the documentation.

Hi, mhh I would guess that the user table contains a column name which is reserved in oracle, I would recommend to use either postgres or mysql/mariadb since our CI...

Hi, yes so the `refresh_token` was added later on, if you like you can submit a PR to update the documentation. Regarding the refresh token, you need to add an...

Hey thanks, yes so as `client_id` and `client_secret` you need to provide an app key and secret, so there you cant use your username and password.

We have created a separate TypeSchema editor as NPM package s. https://www.npmjs.com/package/ngx-typeschema-editor which we can then include. Therefor we need to move the complete backend from AngularJS to Angular.

Hi, so it is also be also possible to use Nginx instead of Apache. Recently a user has added the following Nginx s. https://fusio.readthedocs.io/en/latest/setup/nginx.html but this is without SSL. Regarding...

Hi, yes so @Alvie is right we only set the status to 0. This is also because you use the connection name in your actions and if you delete the...