Monday, 2 August, 2021 UTC


Summary

In this lesson, we'll integrate supabase into a traditional frontend application, where we'll use it to set up a new authorization as well as building a basic login page with Next.js and Supabase's `auth.session()`. We'll use react hooks such as useEffect and useState to manage the state.