songkick / oauth2-provider

Simple OAuth 2.0 provider toolkit
MIT License
529 stars 148 forks source link

Accept Bearer in HTTP Authorization #66

Open brauliobo opened 10 years ago

brauliobo commented 10 years ago

Omniauth Oauth2 strategy and oauth2 gem use Bearer authentication

jon-eachscape commented 10 years ago

+1

This was annoying, and I had to add my own HTTP header parsing to fix this, similar to 97ad05b

jgrevich commented 10 years ago

:+1: if you can fix the build errors.

brauliobo commented 10 years ago

ok, i'll check that