feat: authentication
This commit is contained in:
3
server/api/auth/sign-out.post.ts
Normal file
3
server/api/auth/sign-out.post.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export default defineEventHandler(async (event) => {
|
||||
await clearUserSession(event);
|
||||
});
|
||||
Reference in New Issue
Block a user