Skip to content

Commit

Permalink
implmnt of github-auth (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Oleksii Bondarenko <[email protected]>
  • Loading branch information
alexmazaltov and Oleksii909 authored Nov 9, 2024
1 parent e3a4cec commit b4d6d43
Show file tree
Hide file tree
Showing 11 changed files with 252 additions and 68 deletions.
7 changes: 6 additions & 1 deletion dash.board/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ BEST_TOKEN_ADDRESS=EQAYBBxTvEGY4CZ2Rvut6NV-7HUxewCR6G8AViuVSnDtnBfZ
TONCENTER_API_KEY=6b428c719e25b6cffee5b759d8b4798237493498
TON_CONSOLE_API_KEY=AE6T5FKHQAAAALWSO7A6TO2K3YM53774934987A3TJHFJJ6USNTORFAPQGR62BJZQEXCI
ADMIN_CHAT_ID=your_admin_chat_id
LIKES_CONTRACT_ADDRESS=EQAf6WAqsoTe7d-H0CrFmGY2V1UHbL1GcCCF6vxMy8pA2Oj
LIKES_CONTRACT_ADDRESS=EQAf6WAqsoTe7d-H0CrFmGY2V1UHbL1GcCCF6vxMy8pA2Oj
# Github auth
GITHUB_ID=______________________
GITHUB_SECRET=______________________
NEXTAUTH_URL=https://dashbooard-nine.vercel.app
NEXTAUTH_SECRET=your_nextauth_secret
2 changes: 2 additions & 0 deletions dash.board/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"lucide-react": "^0.452.0",
"micromatch": ">=4.0.8",
"next": ">=14.2.10",
"next-auth": "^4.24.10",
"next-intl": "^3.17.6",
"normalize.css": "^8.0.1",
"react": "^18",
Expand All @@ -38,6 +39,7 @@
"tonweb": "^0.0.66"
},
"devDependencies": {
"@types/next-auth": "^3.15.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
129 changes: 118 additions & 11 deletions dash.board/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b4d6d43

Please sign in to comment.