SavandBros / tiwun-mobile

Tiwun.com mobile application written in ionic & AngularJS.
https://play.google.com/store/apps/details?id=com.tiwun.mobile
2 stars 2 forks source link

Finish off login and registration #2

Closed Alir3z4 closed 9 years ago

Alir3z4 commented 9 years ago
Alir3z4 commented 9 years ago

Sign in & sign out is done for now.

Only registration is left that I'm gonna finish it off <3

Alir3z4 commented 9 years ago

Here's user data in cookies:

Object {website: "https://www.tiwun.com/", about: "It's just me!", name: "Alireza", ek: "UbMyyeF2xQACBqLs", receive_vote_notification: true…}
about: "It's just me!"
date_joined: "2013-06-08T13:34:01.747Z"
ek: "UbMyyeF2xQACBqLs"
email: "alireza.savand@gmail.com"
get_full_name: "Alireza"
get_short_name: "Alireza"
is_active: true
is_allowed_change_password: true
is_shop_owner: false
location: "Universe"
name: "Alireza"
pk: "51b332c9e176c5000206a2ec"
real_name: "Ali Reza"
receive_comment_notification: true
receive_vote_notification: true
reputation: 106
updated: "2015-04-30T00:39:12.149Z"
website: "https://www.tiwun.com/"
Alir3z4 commented 9 years ago

Registration is done ;)