songkick / oauth2-provider

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

Rails 4 compatibility with bearer and client credential support #73

Open adam-at-mobomo opened 10 years ago

adam-at-mobomo commented 10 years ago

This adds bearer and client credential support (from https://github.com/GSA/oauth2-provider/tree/bearer-header) to #72 (Rails 4.1 compatibility). This is very much like a combination of #48, #66 (just the one line supporting "Bearer" and additional test), and #72.