-
Notifications
You must be signed in to change notification settings - Fork 138
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
signin with referral token #127
Comments
@nitsx2 - Thanks for the report here. Can you clarify what you're trying to do? I'm not familiar with the |
Actually we are using auth0 for signup/login process in my shopping website.Now we want to add a functionality in it that if user signup with given referral code/promo_code then we will give him extra bonus points to purchase things. Referral token will come with website url(website.com?referral=abcd). |
@nitsx2 - Since this is a question on usage rather than an issue with the SDK, could I ask you to make a post on our Community site? Here are a few existing threads that might be helpful: |
@nitsx2 Have you found anything? |
Thanks solved😁😁
…On Sun, Nov 29, 2020, 2:39 AM VS ***@***.***> wrote:
Actually we are using auth0 for signup/login process in my shopping
website.Now we want to add a functionality in it that if user signup with
given referral code/promo_code then we will give him extra bonus points to
purchase things. Referral token will come with website url(
website.com?referral=abcd).
And this url will go directly to my auth0(mydomain.auth0.com) for
signup/login . I want to send this url to auth0 for signup and get back it
after user signup successfully. Is it possible?
@nitsx2 <https://github.com/nitsx2> Have you found anything?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#127 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHMFDOJZOAZ6YNA7JGYP723SSFRJHANCNFSM4FOHPEUA>
.
|
How is this solved? I wasn't able to find anything on this. |
hy, i want to login with auth0 but also want to save referral token which is coming in url(myweb.com?referral=xxxx).
Is there anyway to achieve this??
The text was updated successfully, but these errors were encountered: