{"id":21634445,"url":"https://github.com/ashutoshdm1/auth_backend","last_synced_at":"2026-04-07T23:32:10.021Z","repository":{"id":240551549,"uuid":"802942942","full_name":"AshutoshDM1/Auth_Backend","owner":"AshutoshDM1","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-09T12:36:19.000Z","size":68,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T22:40:43.072Z","etag":null,"topics":["backend","bcryptjs","database","expressjs","jwt-auth","mongodb-atlas","mongoose","vercel-deployment","webdev","zod"],"latest_commit_sha":null,"homepage":"https://auth-backend-dm.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AshutoshDM1.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-19T17:10:41.000Z","updated_at":"2024-06-09T12:36:23.000Z","dependencies_parsed_at":"2024-05-20T20:21:32.230Z","dependency_job_id":"6845f9c5-0e9d-4eb9-b6ce-ecdc7a6ed865","html_url":"https://github.com/AshutoshDM1/Auth_Backend","commit_stats":null,"previous_names":["ashutoshdm1/badass_backend","ashutoshdm1/auth_backend"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/AshutoshDM1/Auth_Backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshutoshDM1%2FAuth_Backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshutoshDM1%2FAuth_Backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshutoshDM1%2FAuth_Backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshutoshDM1%2FAuth_Backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AshutoshDM1","download_url":"https://codeload.github.com/AshutoshDM1/Auth_Backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshutoshDM1%2FAuth_Backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31533823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","bcryptjs","database","expressjs","jwt-auth","mongodb-atlas","mongoose","vercel-deployment","webdev","zod"],"created_at":"2024-11-25T03:16:43.151Z","updated_at":"2026-04-07T23:32:09.999Z","avatar_url":"https://github.com/AshutoshDM1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auth_Bankend Project\r\n\r\n## Tech Stack\r\n\r\n| TechStack Used in this Project | Work |\r\n| -------- | -------- |\r\n| NodeJs  | Server Side Language |\r\n| ExpressJs | To Http Server |\r\n| Zod | To Validate Data  |\r\n| Bcrypte | To Hashing/Encrypting Password  |\r\n| JsonWebToken | To Generate Token and Validate Token  |\r\n| MongoDB  | To Store Data in Database  |\r\n| Mongooes | To Create Schema  |\r\n| Vercel | Deploy Project in Vercel  |\r\n\r\n### All Data You get or post on Routes should be in JSON \r\n\r\n## Auth Backend User Interaction Map\r\n\r\n![Auth Backend Map](https://i.postimg.cc/Hp9hSRKv/auth-backend-map.png)\r\n\r\n## User Routes \r\n### Here you can signup , login , signout , and \r\n\r\n| Route Name | Request Type | URL | Need | Get |\r\n| -------- | -------- | -------- | --------- | -------- |\r\n| / | Get | [https://auth-backend-dm.vercel.app/](https://auth-backend-dm.vercel.app) | Nothing  | welcome message |\r\n| /v1/user/signup | Post | [https://auth-backend-dm.vercel.app/v1/user/signup/](https://auth-backend-dm.vercel.app/v1/user/signup) | Username , email , password , gender | Success Message |\r\n| /v1/user/login | Post | [https://auth-backend-dm.vercel.app/v1/user/login/](https://auth-backend-dm.vercel.app/v1/user/login) | exsting Username , Password | Success Message |\r\n| /v1/user/signout | Get | [https://auth-backend-dm.vercel.app/v1/user/signout/](https://auth-backend-dm.vercel.app/v1/user/signout) | Username , Password | Success Message |\r\n| /v1/user/users | Get | [https://auth-backend-dm.vercel.app/v1/user/users/](https://auth-backend-dm.vercel.app/v1/user/users) | JWT token | All Users Data |\r\n\r\n\r\n\r\n## Post Routes\r\n### This Route is Designed like a Chat App\r\n\r\n| Route Name | Request Type | URL | Need | Get |\r\n| -------- | -------- | -------- | --------- | -------- |\r\n| /v1/user/chat/post | Get | [https://auth-backend-dm.vercel.app/v1/user/chat/post](https://auth-backend-dm.vercel.app/v1/user/chat/post) | JWT token ,   | All posts |\r\n| /v1/user/chat/post | Post | [https://auth-backend-dm.vercel.app/v1/user/chat/post](https://auth-backend-dm.vercel.app/v1/user/chat/post) | JWT token ,Username ,title, message   | Success Message , your post |\r\n| /v1/user/chat/post/(id) | Get | [https://auth-backend-dm.vercel.app/v1/user/chat/post/:id](https://auth-backend-dm.vercel.app/v1/user/chat/post/:id) | JWT token , postId | Post |\r\n| /v1/user/chat/post/(id) | Put | [https://auth-backend-dm.vercel.app/v1/user/chat/post/:id](https://auth-backend-dm.vercel.app/v1/user/chat/post/:id) | JWT token , postId , new title and msg | Success Message , NewPost |\r\n| /v1/user/chat/post/(id) | delete | [https://auth-backend-dm.vercel.app/v1/user/chat/post/:id](https://auth-backend-dm.vercel.app/v1/user/chat/post/:id) | JWT token , postId | Succes Msg |\r\n| /v1/user/chat/deleteAllPosts | delete | [https://auth-backend-dm.vercel.app/v1/user/chat/deleteAllPosts](https://auth-backend-dm.vercel.app/v1/user/chat/deleteAllPosts) | JWT token | Succes Msg |\r\n\r\n\r\n## Auth Backend Working map\r\n\r\n![Auth Backend Working Map](https://i.postimg.cc/mgXFkbk6/auth-backend-working-map.png)\r\n\r\n\r\n## Key Features\r\n\r\n### User Authentication:\r\nUser signup and login functionality.\r\nPassword hashing and verification using bcrypt.\r\nJWT (JSON Web Token) based authentication.\r\n### User Management:\r\nRoutes for creating, reading, updating, and deleting user data.\r\nMiddleware for user validation and authentication.\r\n### Security:\r\nHTTPS support for secure communication.\r\nEnvironment configuration for managing sensitive information like JWT secret keys.\r\n### Database Integration:\r\nMongoDB for data storage.\r\nMongoose for schema definition and data validation.\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashutoshdm1%2Fauth_backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashutoshdm1%2Fauth_backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashutoshdm1%2Fauth_backend/lists"}