created basic auth system
This commit is contained in:
5
web/server/api/auth/user/index.js
Normal file
5
web/server/api/auth/user/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export default defineEventHandler(async (event) => {
|
||||
const auth = getAuth(event)
|
||||
|
||||
return auth
|
||||
});
|
Reference in New Issue
Block a user