I want to customize my auth middleware that secure my endpoint. for example, i want to accept requests that have specific bearer token. how can i do? i’m using dingo api library. Answer Go to kernel.php file in HTTP directory. You’ll see something like this. Find the ExampleClass and read its hand…