Coder Social home page Coder Social logo

Comments (3)

ManuelGil avatar ManuelGil commented on May 28, 2024

Hi @ohbiko ,

I can't reproduce this error. I need more information.

To enable the details of this specific error message to be viewable on the app. Please, replace "$app = new \Slim\App;" in line 5 of the index.php for:

$config = [
    'settings' => [
        'displayErrorDetails' => true,
    ],
];

$app = new \Slim\App($config);

Copy the new response.

I wait for you reply.

Thanks.

from rest-api-with-slim-php.

SHELA avatar SHELA commented on May 28, 2024

Type: RuntimeException
Message: Insecure use of middleware over HTTP denied by configuration.
File: /vendor/tuupola/slim-jwt-auth/src/JwtAuthentication.php
Line: 110

from rest-api-with-slim-php.

ManuelGil avatar ManuelGil commented on May 28, 2024

Thanks @SHELA,

Insert "secure" => false in line 26 in the api.php file fix this issue according to the issue #81 of tuupola/slim-jwt-auth.

Please, try it and tell me the result. I wait for you reply.

Thanks you.

from rest-api-with-slim-php.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.