squallstar / gakusei

Non-AI Meteor-powered language learning tool
http://learn.fragments.me
GNU General Public License v2.0
22 stars 4 forks source link

Add login #4

Open squallstar opened 8 years ago

squallstar commented 8 years ago

TBD

Gnarlywhale commented 8 years ago

Is there a specific reason you wanted to integrate with twitter specifically as opposed to just a username+password?

Also, what were you planning on tracking with the user accounts (streak high-score, which phrases the user does the worst on, etc)?

squallstar commented 8 years ago

@Gnarlywhale no specific reason, but makes things much simpler as we don't have to care about forgot password, etc. Integrating a "Sign with XYZ" on Meteor is very simple and can be done in less than an hour.

We can add Google, Twitter, GitHub, Facebook, etc in just a couple of lines.

About tracking, yeah I was thinking something like that. Haven't come up with a plan yet but I guess I can start from basic things like those.

Gnarlywhale commented 8 years ago

@squallstar, cool I was just asking because I was going I was looking at integrating it, but twitter requires an access key and wasn't sure if you were planning on setting one up

squallstar commented 8 years ago

Yeah I'll set one up for learn.fragments.me though won't be shared with the repository. Keys will be stored in the settings file (as per meteor docs)