| 1 | // This is an example of how to query data from Supabase with RLS. |
| 2 | // Learn more about Row Levele Security (RLS): https://supabase.com/docs/guides/auth/row-level-security |
| 3 | import { getServerSession } from "next-auth/next" |
| 4 | import { authOptions } from "/app/api/auth/[...nextauth]/route" |
nothing calls this directly
no test coverage detected