-
Notifications
You must be signed in to change notification settings - Fork 8
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
Start Fresh #5
Comments
The technologies we were using at HackDFW were codegangsta/negroni and gorilla/mux . This is still fine with me. Do we need any libs for testing? And what about for user identification? |
I need to look at negroni again. Not sure about the testing situation there. I love using testify for go testing as well as built in test lib. @nathanielks had an idea for user identification at the meetup that made things p simple. What was it? |
@austinpray let the browser be the user and have some sort of anti-bot verification to keep it simple. |
hm... or we could at least let people input a username and if they so choose verify with an email. It could save us later in case we decide we want to track users for acheivements or something requiring user tracking. |
Persona is an option: https://www.mozilla.org/en-US/persona/ |
@nathanielks persona being shut down |
@austinpray aw poo. |
We were actually going to use persona at hackdfw |
aha! so at least on the right track |
Okay I'm wrong: they are not shutting it down. They are stopping active mozilla development and handing it over to the community. http://identity.mozilla.com/post/78873831485/transitioning-persona-to-community-ownership
|
I suppose this is done |
Let's go ahead and abandon the current dev branch that we made at HackDFW. It was a good start, but it was made under duress. I will keep the
hackdfw
branch for reference.I'm going to
The text was updated successfully, but these errors were encountered: