freethlua / individualogist-whats-your-archetype

http://archetype.individualogist.com
0 stars 1 forks source link

Authenticate user with a token on ?deluxe=follow-up URL #39

Closed freethlua closed 7 years ago

freethlua commented 7 years ago

From #23

This currently only works if the users visit the link from the same browser they took the quiz from because as you may know the data is stored client-side only.

I could make ?name=<...>&archetype=<...> query option but that would mean anyone who hasn't taken the quiz could also easily land on it using those query options. This actually already exists, it's just behind a ?dev query flag which I could easily remove.

For real authentication it would require server-side code and storing data in a database.

For now I'm just going with the first option.

freethlua commented 7 years ago

Done. Please send the following URL to users for follow-up

archetype.individualogist.com/?deluxe&name=[their-name]&archetype=[their-archetype]

where [their-name] and [their-archetype] should be available to you in the Aweber mailer. Let me know if they're not.

zhixinlin commented 7 years ago

Hi Freeth,

It's excellent.

We're able to fetch name tags from aweber by adding {!firstname_fix}. For the archetype, we'll have fill it in with the archetype based on the list that they're subscribed to, i.e. subscribers in the caregiver list will have have links displayed as /?deuxe&name={!firstname_fix}&archetype=Caregiver, where Caregiver is a manual input. This shouldn't be a problem for us, we can have this closed. Thanks, Freeth

freethlua commented 7 years ago

PS: use "caregiver" in lowercase

wilsonljx commented 7 years ago

Hi Freeth,

Sorry for the last minute changes and just wondering if you are able to make the archetype logo last for just 5 seconds and after that it will disappear so that they can see the text clearer?

Thanks!

freethlua commented 7 years ago

Fixed.