The source code for ReMem, a website/app as a second memory to review your life data.
ReMem uses Auth0 to handle user authentication and authorization, meaning all your data is secured with OAuth 2.0 and secure JSON JWT practices.
I used the following resources to make this app:
- This Auth0 tutorial to start making the python/flask/react app with authentication baked in
- This React MongoDB Flask tutorial