{"id":49470940,"url":"https://github.com/abdullah-dev0/express-prisma-lucia-auth-template","last_synced_at":"2026-04-30T16:03:29.201Z","repository":{"id":252384526,"uuid":"840274852","full_name":"Abdullah-dev0/express-prisma-lucia-auth-template","owner":"Abdullah-dev0","description":"This repository is a starter kit for implementing authentication in an Express.js application using Lucia.","archived":false,"fork":false,"pushed_at":"2024-08-28T10:43:29.000Z","size":154,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-28T12:29:57.939Z","etag":null,"topics":["authentication","expressjs","lucia-auth","nodejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Abdullah-dev0.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-08-09T10:44:24.000Z","updated_at":"2024-08-28T10:43:33.000Z","dependencies_parsed_at":"2024-08-27T12:29:50.851Z","dependency_job_id":"7d11db13-ac96-4177-92c2-a8794b9e247b","html_url":"https://github.com/Abdullah-dev0/express-prisma-lucia-auth-template","commit_stats":null,"previous_names":["abdullah-dev0/express-prisma-lucia-auth-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Abdullah-dev0/express-prisma-lucia-auth-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah-dev0%2Fexpress-prisma-lucia-auth-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah-dev0%2Fexpress-prisma-lucia-auth-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah-dev0%2Fexpress-prisma-lucia-auth-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah-dev0%2Fexpress-prisma-lucia-auth-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abdullah-dev0","download_url":"https://codeload.github.com/Abdullah-dev0/express-prisma-lucia-auth-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah-dev0%2Fexpress-prisma-lucia-auth-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32469346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["authentication","expressjs","lucia-auth","nodejs"],"created_at":"2026-04-30T16:03:27.364Z","updated_at":"2026-04-30T16:03:29.195Z","avatar_url":"https://github.com/Abdullah-dev0.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lucia Auth Starter Kit - Express\n\nThis repository is a starter kit for implementing authentication in an Express.js application using [Lucia](https://lucia-auth.com/). It comes pre-configured with essential features for secure and user-friendly authentication:\n\n- **Email Sign-Up \u0026 Sign-In:** A simple yet secure way for users to create and access their accounts.\n- **OAuth Support:** Integrates with GitHub and Google for social logins, providing a smooth onboarding experience.\n- **Email Code Verification:** Sends a verification code to the user's email upon registration, ensuring account authenticity.\n- **Resend Code Functionality:** Allows users to request a new verification code if the previous one expires or gets lost.\n\nThis starter kit is designed to give you a head start when building applications that require modern authentication flows. Perfect for projects that need flexible and reliable user authentication.\n\n## Features\n\n- Sign-up and Sign-in with email/password\n- GitHub and Google OAuth integration\n- Email verification via code\n- Resend code option for better user experience\n\n\n## when building a image using Docker you need to add this To your package.json\n\n```\n\"@node-rs/argon2-linux-x64-gnu\": \"^1.8.3\",\n```\n\n## env\n\n```bash\nDATABASE_URL=\"postgresql://postgres:mysecretpassword@localhost:5432/postgres?sslmode=disable\"\n\n\n# Github\nGITHUB_CLIENT_ID=\"\"\nGITHUB_CLIENT_SECRET=\"\"\n\n# Google\n\nGOOGLE_CLIENT_ID=\"\"\n\nGOOGLE_CLIENT_SECRET=\"\"\n\nHOST_NAME=\"\"\n# HOST_NAME=\"http://localhost:5173\"\n\n\n\n# Node mailer \n\nEMAIL_USER=\"\"\nEMAIL_HOST=\"\" \nEMAIL_PASS=\"\"\n\n```\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Abdullahdev0/express-prisma-lucia-auth-template.git\n   cd express-prisma-lucia-auth-template\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullah-dev0%2Fexpress-prisma-lucia-auth-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdullah-dev0%2Fexpress-prisma-lucia-auth-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullah-dev0%2Fexpress-prisma-lucia-auth-template/lists"}