07-28-2020, 02:42 PM
Hi, I am creating an API with code igniter with TDD. However when I came to the authentication I got a problem: I would like to authenticate with bearer token in the headers but I found not way to change headers from test requests to include the token.
Is there anyway to do that?
Is there anyway to do that?