socialcast / devise_oauth2_providable

Rails3 engine integrating OAuth2 authentication with Devise
MIT License
219 stars 102 forks source link

Engine controllers descend from common base class #38

Closed duncanbeevers closed 6 years ago

duncanbeevers commented 12 years ago

This is a simple change that provides a common base controller for the AuthorizationsController and TokensController allowing for simpler manipulation of api-wide filter chains.

scashin133 commented 11 years ago

I'll take a look at this later today to see about pulling it in. At first glance makes sense to me.