-
Notifications
You must be signed in to change notification settings - Fork 58
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
Optional oauth on one point #58
Comments
That is true. Resource owner only gets set when an endpoint is authorized. |
i've monkeypatched wine_bouncer 0.3.1 some time ago this way:
it basically does what you want. |
This monkey patch works, but would love to see this properly considered within the gem. Have you rethought this @antek-drzewiecki? |
I have an enpoint that can work both authorized and not authorized, when I don't decorate it with
oauth2
I can't seem to be able to get the resource_owner even when I pass the bearer token.The text was updated successfully, but these errors were encountered: