{"id":16082200,"url":"https://github.com/zastinian/astro-login","last_synced_at":"2025-03-17T17:30:32.364Z","repository":{"id":176174253,"uuid":"621943154","full_name":"Zastinian/Astro-Login","owner":"Zastinian","description":"A website with a simple design, with an example of how to make a login website with Astro.","archived":false,"fork":false,"pushed_at":"2025-03-13T23:38:55.000Z","size":81,"stargazers_count":22,"open_issues_count":0,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T00:30:55.653Z","etag":null,"topics":["astro","astro-api","astro-login","astrojs","company","css","dark","dark-theme","express","form","hedystia","login","login-page","login-system","nodejs","style"],"latest_commit_sha":null,"homepage":"https://astro-login.hedystia.com","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/Zastinian.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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":"2023-03-31T18:21:13.000Z","updated_at":"2025-03-13T23:38:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"7cdf426f-ba38-42d3-bf34-c6acdad49204","html_url":"https://github.com/Zastinian/Astro-Login","commit_stats":null,"previous_names":["zastinian/astro-login"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zastinian%2FAstro-Login","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zastinian%2FAstro-Login/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zastinian%2FAstro-Login/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zastinian%2FAstro-Login/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zastinian","download_url":"https://codeload.github.com/Zastinian/Astro-Login/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243871904,"owners_count":20361380,"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":["astro","astro-api","astro-login","astrojs","company","css","dark","dark-theme","express","form","hedystia","login","login-page","login-system","nodejs","style"],"created_at":"2024-10-09T11:26:26.103Z","updated_at":"2025-03-17T17:30:32.063Z","avatar_url":"https://github.com/Zastinian.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"/\"\u003e\n    \u003cimg src=\"https://hedystia.com/img/Hedystia.png\" alt=\"Logo\" width=\"80\" height=\"80\"\u003e\n  \u003c/a\u003e\n\n\u003ch3 align=\"center\"\u003eA login for the Astro framework\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n\t\u003cp\u003eAn easy to edit login to guide you in your next Astro project.\u003c/p\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"/\"\u003e\u003cstrong\u003eExplore »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://astro-login.hedystia.com\"\u003eDemo Website\u003c/a\u003e\n    .\n    \u003ca href=\"https://github.com/Zastinian/Astro-Login/issues/new\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"/.github/CONTRIBUTING.md\"\u003eContributing\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## Links\n\n\u003e - [Website](https://hedystia.com/) (Discord Bot) - Use Astro\n\u003e - [Demo Website](https://astro-login.hedystia.com)\n\u003e - [Discord](https://hedystia.com/support) (Discord Support)\n\u003e - [Portfolio](https://zastinian.com/)\n\n## How to edit\n\n| Name                                   | File                                |\n| -------------------------------------- | ----------------------------------- |\n| `Change dbLogin like database or user` | [routes.ts](/src/utils/routes.ts)   |\n| `Change profile data`                  | [profile.ts](/src/utils/profile.ts) |\n| `Example of Environment Variables`     | [.env.example](/.env.example)       |\n\n## Environment Variables\n\n| Variable        | Default Value      |\n| --------------- | ------------------ |\n| `MAX_AGE`       | 604800 (7 days)    |\n| `COOKIE_NAME`   | `_Security_Login_` |\n| `COOKIE_SECRET` | secret             |\n| `COOKIE_SECURE` | false              |\n| `PORT`          | 4321               |\n| `HOST`          | localhost          |\n\n## Preview\n\n\u003cimg alt=\"Hedystia\" src=\"https://zastinian.com/img/portfolio/astro-login.webp\" width=\"500\"\u003e\n\u003cbr /\u003e\n\u003cimg alt=\"Hedystia\" src=\"https://zastinian.com/img/portfolio/astro-login-error.webp\" width=\"500\"\u003e\n\u003cbr /\u003e\n\u003cimg alt=\"Hedystia\" src=\"https://zastinian.com/img/portfolio/astro-login-after.webp\" width=\"500\"\u003e\n\n## Contributors\n\n\u003ca href=\"https://github.com/Zastinian\"\u003e\u003cimg src=\"https://github.com/Zastinian.png\" width=\"100\" height=\"100\" alt=\"Zastinian\" /\u003e\u003c/a\u003e\n\n## Issues\n\nSee the [open issues](https://github.com/Zastinian/Astro-Login/issues) for a full list of proposed features (and known issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n[contributors-shield]: https://img.shields.io/github/contributors/Zastinian/Astro-Login.svg?style=for-the-badge\n[contributors-url]: https://github.com/Zastinian/Astro-Login/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/Zastinian/Astro-Login.svg?style=for-the-badge\n[forks-url]: https://github.com/Zastinian/Astro-Login/network/members\n[stars-shield]: https://img.shields.io/github/stars/Zastinian/Astro-Login.svg?style=for-the-badge\n[stars-url]: https://github.com/Zastinian/Astro-Login/stargazers\n[issues-shield]: https://img.shields.io/github/issues/Zastinian/Astro-Login.svg?style=for-the-badge\n[issues-url]: https://github.com/Zastinian/Astro-Login/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzastinian%2Fastro-login","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzastinian%2Fastro-login","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzastinian%2Fastro-login/lists"}