Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multiple scopes by token authentication handler #66

Conversation

gonzalo-bulnes
Copy link
Owner

As a developer
In order to be able to use token authentication with several distinct user models (e.g. User and Admin)
I want token authentication handler to be able to handle several of them (that's to say several Devise scopes)

See #64

This step makes the controller configuration more visible within
the scenario. It also allows to configure any controller as
token autentication handler for several token authenticatable models,
and with arbitrary sets of options.
@gonzalo-bulnes gonzalo-bulnes merged commit 414764b into master May 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant