You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API layer performs authentication and can add the correct id in the header like such x-header-id: 1234. The path parameter must also have the same ID such as /flights/1234. If not valid, return a non-200 response.
Possibly there are use cases that the JWT token must match the user ID in a /users/{userId}/profile for security.
The text was updated successfully, but these errors were encountered:
Use Case
API layer performs authentication and can add the correct id in the header like such
x-header-id: 1234
. The path parameter must also have the same ID such as/flights/1234
. If not valid, return a non-200 response.Possibly there are use cases that the JWT token must match the user ID in a /users/{userId}/profile for security.
The text was updated successfully, but these errors were encountered: