Project sederhana menggunakan framework HapiJS dan bahasa TypeScript
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
^7.0.2^21.3.10^17.1.1^5.1.1^1.4.0^16.4.5^6.6.6^10.6.0^17.13.3^9.0.2^2.1.3^0.2.2^5.1.7^0.3.20^9.0.0^1.2.1^6.6.9^18.0.14^5.1.6^17.1.14^9.0.6^22.5.2^2.1.0^2.0.0^5.5.434
commits
"Removed .env file, updated auth controller to hardcode JWT secret, added email existence check, and removed Postman collections file."
0dad730View on GitHub"Added a commented out line to create fake data in db.ts"
1b7c45fView on GitHub"Added a commented-out line to create fake data in db.ts"
a0132c7View on GitHub"Updated .gitignore to include node_modules/ and *.db; modified hapi.db"
74e82f5View on GitHub"Refactor PostsEntity constructor to accept userId instead of UserEntity, update related code in posts.controller and fakeData/posts"
7ffe9e0View on GitHub"Added postsController to index.ts, updated posts.controller.ts to delete user from response"
a8a9302View on GitHub"Updated auth.ts to import AuthCredentials from @hapi/hapi and modified validateJWT function. Added postsController export to src/controllers/index.ts."
d23b287View on GitHub"Added dotenv package and imported it in auth.controller.ts, updated package-lock.json and package.json accordingly"
7563bbaView on GitHub"Updated auth.ts to return user credentials in validateJWT and modified auth.controller.ts to use credentials from auth object in login handler"
007a74dView on GitHub"Added authentication functionality with basic and JWT strategies, including login endpoint and protected user routes"
bfa8134View on GitHub"Added @types/hapi__basic dependency to package.json and updated package-lock.json accordingly"
985909bView on GitHub