export default defineEventHandler(async (event) => {
const auth = await getAuth(event)
return auth
});