Displaying 1 result from an estimated 1 matches for "claimebd".
Did you mean:
blaimed
2012 Oct 06
1
how to scope the /auth/:provider/callback , using OmniAuth for users and members
...ping :
I tried
match ''/users/auth/:provider/callback'', to: ''users/
omniauth_callbacks#create''
match ''/members/auth/:provider/callback'', to: ''members/
omniauth_callbacks#create''
but the provider ( fb , twitter, google) claimebd about the callback
uri :
"/auth/:provider/callback"
..
as the path_prefix (:path_prefix => "/auth" ) is set in the
initializer , I have no mean to modify it dynamically...
any clue ? or feedback from previous experiences...
thanks
--
You received this message because y...