-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
hi
I can successfully authenticate my user but when I call another API I got this error:
JWT Token does not begin with Bearer String
and my postman shows this error:
{
"timestamp": "2020-04-13T19:06:35.593+0000",
"status": 404,
"error": "Not Found",
"message": "No message available",
"path": "/api/v1/acl/role"
}
I have checked my code in debugger and I saw header that is understood by code
but this section of code doesn't work:
try {
username = jwtTokenUtil.getUsernameFromToken(jwtToken);
}
can you give me a help please?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels