Code Monkey home page Code Monkey logo

Comments (3)

tuupola avatar tuupola commented on June 14, 2024

Yes Slim 4 is supported. Check your logs and full response headers for errors. Also if you are setting a basepath with $app->setBasePath("/api"); it means you should make a request to /api/user instead of /user.

from slim-jwt-auth.

selfee-jp avatar selfee-jp commented on June 14, 2024

@tuupola
Yes. No errors.
Of course, you are making a request to "/api/user".

request

Accept: application/json, text/plain, */*
Accept-Encoding: gzip, deflate
Accept-Language: ja,en-US;q=0.9,en;q=0.8
Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhb....
Cache-Control: no-cache
Connection: keep-alive
Content-Length: 39
Content-Type: application/json
Host: 192.168.10.2
Origin: http://localhost:8080
Pragma: no-cache
Referer: http://localhost:8080/
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36

response

Access-Control-Allow-Headers: Origin, Content-Type, Authorization
Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS
Access-Control-Allow-Origin: *
Cache-Control: no-store, no-cache, must-revalidate
Connection: Keep-Alive
Content-Length: 0
Content-Type: application/json; charset=utf-8
Date: Wed, 19 Apr 2023 07:13:46 GMT
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Keep-Alive: timeout=5, max=99
Pragma: no-cache
Server: Apache/2.4.53 (Win64) OpenSSL/1.1.1n PHP/8.1.6
Set-Cookie: PHPSESSID=n6pnhjjnjo61h9her8okanrik3; path=/
X-Powered-By: PHP/8.1.6

from slim-jwt-auth.

selfee-jp avatar selfee-jp commented on June 14, 2024

I can't confirm the operation, so it seems faster to make my own.
thank you very much.

try {
  $decoded = JWT::decode($jwt, $secret_key, array('HS512'));
  print_r($decoded->data);
} catch (\Exception $e) {
  echo 'error: '.$e->getMessage();
}

from slim-jwt-auth.

Related Issues (20)

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.