Files
stats/apps/web/src/server/auth.ts
Carl-Gerhard Lindesvärd a9cbff2306 wip: clerk auth
2024-02-07 11:59:40 +01:00

4 lines
54 B
TypeScript

export async function getSession() {
return true;
}