socialcast / devise_oauth2_providable

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

Allow scope to be changed #23

Open BRMatt opened 12 years ago

BRMatt commented 12 years ago

At the moment the controllers reference current_user and authenticate_user! but our application uses a model called Member instead of User.

The Devise registration controller has a small helper that handles this nicely

barbolo commented 12 years ago

+1

adamburmister commented 11 years ago

+1

Has this work ever been completed?

explosis commented 11 years ago

This would be nice since using a model not named "User" breaks oauth2_providable_strategy