Missing Authorization header using JWT
If you use Mamp PRO I found out that you can just add lines in their config editor:
Ok, i just found the answer here: https://devhacksandgoodies.wordpress.com/2014/06/27/apache-pass-authorization-header-to-phps-_serverhttp_authorization/
So i added the following line to my htaccess file and it fixed my issue:
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1