Viewing profile — lfrodrigues
lfrodrigues
HN member- Joined
- Wed, Jun 18, 2014, 3:31 PM UTC
- HN karma
- 34
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About lfrodrigues
No profile information was provided.
Recent public activity
-
comment
Comment #21422308
Very happy with mailgun. We had the same experience with sparkpost. Our account (that we had been using for 6 months) was locked right after we paid a bit over $200 for October. We…
-
comment
Comment #15115742
Not saying it's the best/only approach but it made sense at the time. For example, Sentry does the same: https://github.com/getsentry/sentry/ Technically in Django you should put a…
- story
- story
-
comment
Comment #13091926
Thanks very much, I copied parts of the readme from another project ( https://github.com/Seedstars/django-react-redux-base ) and those were outdated to
- story
-
comment
Comment #12813475
I think you didn't understand the issue. Imagine you want to implement a "logout from all my sessions" like Facebook or Google have (sessions in different devices)
-
comment
Comment #12808865
Token based auth doesn't need to be stateless. In fact in our current implementation it is not. If you use stateless like JWT (we had this before) you end up having a huge problem:…
-
comment
Comment #12808816
Hey, check section "Main Project" in out README. Should be clear enough
-
comment
Comment #12806951
ah ups. Thanks!
- comment
-
comment
Comment #12806229
hey, I'm one of the developers of this repo. We actually use docker in some of our projects but we never had time to add it to this project. Feel free to send us a PR :)
-
comment
Comment #11116534
This was exactly our analysis. Since most of our apps don't need to be isomorphic/universal we didn't pursue this avenue.
-
comment
Comment #11113971
No it does not, it serves a index.html with react/css.
-
comment
Comment #11113967
You're right. I copy pasted some code from some projects to build this generic one. A colleague will fix it in a few minutes :)
-
comment
Comment #11113686
Hey, I'm the developer. I've corrected the readme. Thanks!
- story
- story