BIGJNO518 / DPS-Backend

This will be the constructive repository for the Database portion of our Web-based service
2 stars 1 forks source link

Callback is Note Defined When Checking Token #28

Open Daniel-Dragon opened 6 years ago

Daniel-Dragon commented 6 years ago

If someone hits an endpoint with an invalid token it should only strip the token from the request, not fail like it does now.

Reproduce

Hit any endpoint with an expired or invalid token.

Expected Results

It should strip the token from the request and allow the endpoint to check if they need to be logged in.