top | item 26375110

Show HN: Reddish – an open-source Reddit clone. MERN and Redux

10 points| amand33p | 5 years ago |github.com

6 comments

order

Graffur|5 years ago

Can users log out? What happens if a user's token is stolen? Can it be invalidated?

amand33p|5 years 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.

approxim8ion|5 years ago

Functionally pretty awesome, congratulations on a great project!

Dark theme is very low-contrast though.

amand33p|5 years 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.