6 lines
102 B
JavaScript

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