Authorization Server should throw a GNAPServerRouteError
if invalid token is used during rotation
#3100
Labels
GNAPServerRouteError
if invalid token is used during rotation
#3100
The following conditional in the access token routes file does not throw a
GNAPServerError
like the rest of the errors in that route logic.rafiki/packages/auth/src/accessToken/routes.ts
Lines 155 to 157 in be426fa
It should throw a
404
http code and ainvalid_rotation
GNAP error code.The text was updated successfully, but these errors were encountered: