{"id":26869403,"url":"https://github.com/LovelessCodes/hono-better-auth","last_synced_at":"2025-03-31T06:01:28.503Z","repository":{"id":261568791,"uuid":"884672674","full_name":"LovelessCodes/hono-better-auth","owner":"LovelessCodes","description":"🚀 Hono x Better Auth: Seamlessly integrate powerful authentication with Hono, Better-Auth and Drizzle ORM. Secure, scalable, and built for modern web applications. 🛡️✨","archived":false,"fork":false,"pushed_at":"2025-03-11T09:29:50.000Z","size":74,"stargazers_count":24,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T12:56:38.580Z","etag":null,"topics":["authentication","authentication-backend","better-auth","drizzle-orm","hono","honojs","turso"],"latest_commit_sha":null,"homepage":"https://hono.betterjs.dev","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/LovelessCodes.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-11-07T07:20:45.000Z","updated_at":"2025-03-17T23:33:13.000Z","dependencies_parsed_at":"2025-03-11T10:25:05.657Z","dependency_job_id":"480696ad-db80-43f2-bbba-6479e63ec135","html_url":"https://github.com/LovelessCodes/hono-better-auth","commit_stats":null,"previous_names":["lovelesscodes/hono-better-auth"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LovelessCodes%2Fhono-better-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LovelessCodes%2Fhono-better-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LovelessCodes%2Fhono-better-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LovelessCodes%2Fhono-better-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LovelessCodes","download_url":"https://codeload.github.com/LovelessCodes/hono-better-auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246423731,"owners_count":20774820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","authentication-backend","better-auth","drizzle-orm","hono","honojs","turso"],"created_at":"2025-03-31T06:01:27.537Z","updated_at":"2025-03-31T06:01:28.475Z","avatar_url":"https://github.com/LovelessCodes.png","language":"TypeScript","funding_links":[],"categories":["Starter Kits"],"sub_categories":[],"readme":"# Hono x Better Auth\nWelcome to the **Hono x Better Auth** project.   \nThis project combines the power of Hono, Better Auth, and Drizzle ORM to provide a robust and scalable authentication solution.\n\n## Using\n![Hono Version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2FLovelessCodes%2Fhono-better-auth%2Fraw%2Fmaster%2Fpackage.json\u0026query=%24.dependencies.hono\u0026style=for-the-badge\u0026logo=hono\u0026label=hono\u0026color=E36002)    \n![Better Auth Version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2FLovelessCodes%2Fhono-better-auth%2Fraw%2Fmaster%2Fpackage.json\u0026query=%24.dependencies.better-auth\u0026style=for-the-badge\u0026logo=data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNjAnIGhlaWdodD0nNDUnIHZpZXdCb3g9JzAgMCA2MCA0NScgY2xhc3M9J3ctNSBoLTUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBjbGlwLXJ1bGU9J2V2ZW5vZGQnIGQ9J00wIDBIMTVWMTVIMzBWMzBIMTVWNDVIMFYzMFYxNVYwWk00NSAzMFYxNUgzMFYwSDQ1SDYwVjE1VjMwVjQ1SDQ1SDMwVjMwSDQ1WicgZmlsbD0nd2hpdGUnPjwvcGF0aD48L3N2Zz4=\u0026label=better-auth\u0026color=2B2D3E)   \n![Drizzle Version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2FLovelessCodes%2Fhono-better-auth%2Fraw%2Fmaster%2Fpackage.json\u0026query=%24.dependencies.drizzle-orm\u0026style=for-the-badge\u0026logo=drizzle\u0026label=drizzle\u0026color=C5F74F)\n\n## Installation\n\nFollow these steps to set up and run the project:\n\n1. **Install Dependencies**:\n    Use the following command to install the project dependencies:\n\n    ```sh\n    bun install\n    ```\n\n2. **Configure Environment Variables**:\n    Copy the `.env.example` file to `.env` and configure the environment variables according to your needs.\n\n3. **Run Migrations**:\n    Run the migrations with the command:\n\n    ```sh\n    bunx drizzle-kit push\n    ```\n\n4. **Run the Application**:\n    Start the development server with the command:\n\n    ```sh\n    bun run dev\n    ```\n\n5. **Access the Application**:\n    Open your web browser and navigate to [http://localhost:8558](http://localhost:8558) to access the application.\n\n## About\n\n- **Hono**: A next-generation Node.js framework that provides a comprehensive ecosystem to build fast and reliable web applications.\n  \n- **Better Auth**: A flexible and easy-to-use authentication library that ensures secure user authorization.\n\n- **Drizzle ORM**: A lightweight and efficient ORM for TypeScript-based projects, providing seamless database interactions.\n\nWe hope you enjoy using Hono x Better Auth. If you have any questions, feel free to reach out through [GitHub Issues](https://github.com/LovelessCodes/hono-better-auth/issues).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLovelessCodes%2Fhono-better-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLovelessCodes%2Fhono-better-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLovelessCodes%2Fhono-better-auth/lists"}