mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
feat: implement user authentication with GitHub OAuth, create database schema, and enhance navigation
This commit is contained in:
parent
d773473eb0
commit
98ffbec764
12 changed files with 167 additions and 7 deletions
8
server/api/auth/callback/github.get.ts
Normal file
8
server/api/auth/callback/github.get.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
export default defineEventHandler(async (event) => {
|
||||
|
||||
})
|
||||
|
||||
async function findUser(githubUser: any) {
|
||||
console.log("Github User: " + githubUser);
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue