/auth response data lacking information
-
Hi again,
I wonder if it’s intended that the
/auth
endpoint gives so little information while/auth/validate
gives the full information block for the JWT?I’d expect the
jwt
response field to be the same for both endpoints (and as configured in the admin area for JWT payload parameters, e.g.:"jwt": [ { "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1OTUyNzczNTIsImV4cCI6MTU5NTI4MDk1MiwiZW1haWwiOiJuaWx", "header": { "typ": "JWT", "alg": "HS256" }, "payload": { "iat": 1595277352, "exp": 1595280952, "email": "[email protected]", "id": 1 }, "expire_in": 2522 } ]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘/auth response data lacking information’ is closed to new replies.