Hey so I'm using your excellent project with the use case described here:
http://psa.matiasaguirre.net/docs/use_cases.html#signup-by-oauth-access-token
During the execution of the pipeline I have access to the new_association kwarg, is there any way I can access that when using the above use case, that is, in the view? I'd like to be able to tell the client that this is a new user. Thanks for your help!
Hey so I'm using your excellent project with the use case described here:
http://psa.matiasaguirre.net/docs/use_cases.html#signup-by-oauth-access-token
During the execution of the pipeline I have access to the
new_associationkwarg, is there any way I can access that when using the above use case, that is, in the view? I'd like to be able to tell the client that this is a new user. Thanks for your help!