Is there a way to extend a session in Supabase? Like in NextAuth
I want to extend the session with additional values to the user, I want to add username to the user object in the session. I am able to do this with NextAuth with easily but I can't find a docs for Supabase