jjcazel / mula-green

MulaGreen is a personal finance dashboard designed to help individuals track their expenses and manage their monthly budgets more effectively. Built with React, Next.js, TypeScript, and TailwindCSS, this application offers a user-friendly interface for monitoring financial activities over any selected timeframe.
0 stars 0 forks source link

User auth updates to show user profile now #5

Closed jjcazel closed 6 months ago

jjcazel commented 6 months ago

I've followed the quick start guide from Auth0 to make sure all of my code was good and not bastardized from Chat Gippity. I moved login and logout to the app directory, including the auth route handler. I wrapped by React root component in a UserProvider that comes with the Auth0 SDK. So I have a client-side and a server-side user profile page now.