esbenp / lumen-api-oauth

The code for a blog post I wrote about creating web apps using a Lumen API that is authenticated by OAuth2
http://esbenp.github.io/2015/05/26/lumen-web-api-oauth-2-authentication/
61 stars 22 forks source link

400 on /api/resource #24

Open kojilab opened 8 years ago

kojilab commented 8 years ago

Hi,

I just installed the code after reading your super nice article but when I play with things I get a 400 on the resource even though the authentication bearer header is correct. Is there something I'm missing? Thanks a lot!!