{"id":20159626,"url":"https://github.com/mosesesan/mesan-nodejs-auth-crud-api","last_synced_at":"2026-03-10T11:04:15.688Z","repository":{"id":43340912,"uuid":"212147953","full_name":"MosesEsan/mesan-nodejs-auth-crud-api","owner":"MosesEsan","description":"NodeJS Authentication and CRUD operations API -: Email Verification, Image Upload, Password Reset","archived":false,"fork":false,"pushed_at":"2023-03-03T11:27:43.000Z","size":9512,"stargazers_count":78,"open_issues_count":9,"forks_count":38,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-16T05:08:22.639Z","etag":null,"topics":["api","cloudinary","cloudinaryapi","crud","emailverification","expressjs","jwt","jwt-authentication","nodejs","nodejsapi","passport-jwt","passportjs","passwordreset","sendgrid","sendgrid-api"],"latest_commit_sha":null,"homepage":"","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/MosesEsan.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}},"created_at":"2019-10-01T16:42:17.000Z","updated_at":"2025-05-17T07:13:47.000Z","dependencies_parsed_at":"2023-01-30T10:15:24.175Z","dependency_job_id":"4142bce3-d07b-45b5-8fdb-ee789e98d90f","html_url":"https://github.com/MosesEsan/mesan-nodejs-auth-crud-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MosesEsan/mesan-nodejs-auth-crud-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MosesEsan%2Fmesan-nodejs-auth-crud-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MosesEsan%2Fmesan-nodejs-auth-crud-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MosesEsan%2Fmesan-nodejs-auth-crud-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MosesEsan%2Fmesan-nodejs-auth-crud-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MosesEsan","download_url":"https://codeload.github.com/MosesEsan/mesan-nodejs-auth-crud-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MosesEsan%2Fmesan-nodejs-auth-crud-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30331644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: 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":["api","cloudinary","cloudinaryapi","crud","emailverification","expressjs","jwt","jwt-authentication","nodejs","nodejsapi","passport-jwt","passportjs","passwordreset","sendgrid","sendgrid-api"],"created_at":"2024-11-14T00:09:20.824Z","updated_at":"2026-03-10T11:04:15.667Z","avatar_url":"https://github.com/MosesEsan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js Authentication and CRUD API\nNode.js Authentication and CRUD API with Email Verification, Image Upload and Password Reset Using JWT, Passport.js and Sendgrid.\n\n**This Branch** \u003cbr/\u003e\nEmail Verification\n\n**Other Branch** \u003cbr/\u003e\n\u003ca href=\"https://github.com/MosesEsan/mesan-nodejs-auth-crud-api/tree/auth_no_verification\" target=\"_blank\"\u003eNo Email Verification\u003c/a\u003e\n\n**Tutorial** \u003cbr/\u003e\nTutorial available \u003ca href=\"https://medium.com/swlh/how-to-build-a-node-js-authentication-api-with-email-verification-image-upload-and-password-reset-95e35fd46be1\" target=\"_blank\"\u003ehere\u003c/a\u003e.\n\n## Testing\nUse \u003ca href=\"https://www.getpostman.com\" target=\"_blank\"\u003ePostman\u003c/a\u003e to test.\u003cbr/\u003e\n\n**Try accessing the user index route without token [GET]**\u003cbr/\u003e\n\nhttps://mesannodejsapiwithverification.herokuapp.com/api/user\u003cbr/\u003e\n\n![User Index](https://github.com/MosesEsan/mesan-nodejs-auth-crud-api/blob/master/demo/UserIndex.gif \"User Index\")\n\n**Register and Login** \u003cbr/\u003e\nCreate a POST request to /api/auth/register \u003cbr/\u003e\nCreate a POST request to /api/auth/login\n\n**Make sure to enter a valid email address so you can receive the verification email.**\u003cbr/\u003e\n\nhttps://mesannodejsapiwithverification.herokuapp.com/api/auth/register\nhttps://mesannodejsapiwithverification.herokuapp.com/api/auth/login\n\n![Register And Login](https://github.com/MosesEsan/mesan-nodejs-auth-crud-api/blob/master/demo/RegisterandLogin.gif \"Register And Login\")\n\n![Verification Email](https://github.com/MosesEsan/mesan-nodejs-auth-crud-api/blob/master/demo/VerificationEmail.png \"Verification Email\")\n\n**Update User Info and Upload Profile Image** \u003cbr/\u003e\nTry updating the user information and uploading a profile image using endpoint/api/user/[your_user_id] passing the token.\n\nhttps://mesannodejsapiwithverification.herokuapp.com/api/user/[user_id]\n\n**Login and Recover Password** \u003cbr/\u003e\nCreate a POST request to /api/auth/recover to recover your password. An email will be sent to you.\n\nhttps://mesannodejsapiwithverification.herokuapp.com/api/auth/recover\n\n![Password Recovery](https://github.com/MosesEsan/mesan-nodejs-auth-crud-api/blob/master/demo/PasswordRecovery.gif \"Password Recovery\")\n\n**Reset Password and Login with new Password** \u003cbr/\u003e\nClick the link in the email to reset your password. \nReset the password then attempt to login with your old password. This should fail. Login with your new password\n\n![Password Reset](https://github.com/MosesEsan/mesan-nodejs-auth-crud-api/blob/master/demo/PasswordReset.gif \"Password Reset\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosesesan%2Fmesan-nodejs-auth-crud-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmosesesan%2Fmesan-nodejs-auth-crud-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosesesan%2Fmesan-nodejs-auth-crud-api/lists"}