Show HN: Reddish – an open-source Reddit clone. MERN and Redux (github.com) 10 points by amand33p 5y ago ↗ HN
[–] approxim8ion 5y ago ↗ Functionally pretty awesome, congratulations on a great project!Dark theme is very low-contrast though. [–] amand33p 5y ago ↗ Thanks!Yes, I agree about dark theme color. It's the default color Material-UI provides, if I'm not wrong. Gotta search on how to override it.
[–] amand33p 5y ago ↗ Thanks!Yes, I agree about dark theme color. It's the default color Material-UI provides, if I'm not wrong. Gotta search on how to override it.
[–] Graffur 5y ago ↗ Can users log out? What happens if a user's token is stolen? Can it be invalidated? [–] [deleted] 5y ago ↗ (comment deleted) [–] amand33p 5y ago ↗ Yes, they can logout.Sadly, JWT can be stolen, because my app stores them in local storage. It's a portfolio project, so I didn't use safer methods like cookies. [–] Graffur 5y ago ↗ So then logging out just logs them out in their own client?edit: fair enough if it's a portfolio project. I didn't see that here or on the site itself.
[–] amand33p 5y ago ↗ Yes, they can logout.Sadly, JWT can be stolen, because my app stores them in local storage. It's a portfolio project, so I didn't use safer methods like cookies. [–] Graffur 5y ago ↗ So then logging out just logs them out in their own client?edit: fair enough if it's a portfolio project. I didn't see that here or on the site itself.
[–] Graffur 5y ago ↗ So then logging out just logs them out in their own client?edit: fair enough if it's a portfolio project. I didn't see that here or on the site itself.
7 comments
[ 3.9 ms ] story [ 32.4 ms ] threadDark theme is very low-contrast though.
Yes, I agree about dark theme color. It's the default color Material-UI provides, if I'm not wrong. Gotta search on how to override it.
Sadly, JWT can be stolen, because my app stores them in local storage. It's a portfolio project, so I didn't use safer methods like cookies.
edit: fair enough if it's a portfolio project. I didn't see that here or on the site itself.