marckunze / rancor

Ranked Choice voting tool repo
https://rancor.herokuapp.com
Other
0 stars 0 forks source link

Authentication instead of token usage #6

Closed marckunze closed 9 years ago

marckunze commented 10 years ago

Mark @MarkHammondJr brought this up and thinks this is a doable stretch goal for us to implement.

JackLindgren commented 10 years ago

it might be easier even than creating our own token system - I'm not sure, but a gem or plugin is almost certainly available (one shouldn't create one's own user-authentication system anyway).

MarkHammondJr commented 10 years ago

If you're talking about what I think you're talking about, I think Warden might get the job done. I haven't looked into it enough to know for sure.

--- Original Message ---

From: "Jack Lindgren" notifications@github.com Sent: November 6, 2014 7:38 PM To: "marckunze/rancor" rancor@noreply.github.com Cc: "MarkHammondJr" markhammondjr@outlook.com Subject: Re: [rancor] Authentication instead of token usage (#6)

it might be easier even than creating our own token system - I'm not sure, but a gem or plugin is almost certainly available (one shouldn't create one's own user-authentication system anyway).


Reply to this email directly or view it on GitHub: https://github.com/marckunze/rancor/issues/6#issuecomment-62091667

marckunze commented 9 years ago

Tagging as redundant to #16 Since @MarkHammondJr seems to be working on that.