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 :only and :except options to acts_as_token_authentication_handler_for #65

Merged
merged 7 commits into from
May 24, 2014

Conversation

gonzalo-bulnes
Copy link
Owner

As a developer
In order to be able to enable token authentication for specific controller actions only
I want acts_as_token_authentication_handler_for to accept the filter-style options :only and :except

See #62

gonzalo-bulnes and others added 3 commits May 24, 2014 12:08
Allows the `acts_as_token_authentication_handler_for` to be
applied to a specific set of controller actions, as would a filter.

Fixes #53
Closes #62
@gonzalo-bulnes gonzalo-bulnes changed the title Add :only and :except options to acts_as_token_atuhentication_handler_for Add :only and :except options to acts_as_token_authentication_handler_for May 24, 2014
@gonzalo-bulnes gonzalo-bulnes merged commit 71f12e0 into master May 24, 2014
gonzalo-bulnes added a commit that referenced this pull request Apr 9, 2015
This is a complement to the :only and :except filter options.
See #65

Fixes #155
gonzalo-bulnes added a commit that referenced this pull request Apr 24, 2015
This is a complement to the :only and :except filter options.
See #65

Fixes #155
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.

2 participants