{"id":15101785,"url":"https://github.com/rayzler/auth-api","last_synced_at":"2026-01-19T13:01:17.738Z","repository":{"id":237785043,"uuid":"795155607","full_name":"Rayzler/Auth-API","owner":"Rayzler","description":"Una API para autenticar usuarios a través de JWT y encriptación de contraseñas con brypt utilizando una arquitectura limpia. Utiliza Prisma como ORM para interactuar con una base de datos PostgreSQL","archived":false,"fork":false,"pushed_at":"2024-05-02T21:31:19.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T11:14:19.031Z","etag":null,"topics":["api","authentication","bcrypt","bunjs","clean-architecture","elysiajs","hashing","jwt-authentication","jwt-token","postgresql","prisma","typescript"],"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/Rayzler.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-02T17:32:59.000Z","updated_at":"2024-05-08T17:55:01.000Z","dependencies_parsed_at":"2024-05-03T06:30:55.603Z","dependency_job_id":"658d2775-ba79-427f-8838-5b312ece3fc5","html_url":"https://github.com/Rayzler/Auth-API","commit_stats":null,"previous_names":["rayzler/auth-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rayzler/Auth-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayzler%2FAuth-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayzler%2FAuth-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayzler%2FAuth-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayzler%2FAuth-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rayzler","download_url":"https://codeload.github.com/Rayzler/Auth-API/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayzler%2FAuth-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28568833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T12:50:50.164Z","status":"ssl_error","status_checked_at":"2026-01-19T12:50:42.704Z","response_time":67,"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":["api","authentication","bcrypt","bunjs","clean-architecture","elysiajs","hashing","jwt-authentication","jwt-token","postgresql","prisma","typescript"],"created_at":"2024-09-25T18:40:36.150Z","updated_at":"2026-01-19T13:01:17.718Z","avatar_url":"https://github.com/Rayzler.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elysia with Bun Auth API\n\n### Antes de empezar\n\nDebes crear un archivo `.env` en la raíz del proyecto con el Puerto que deseas, el secret para JWT y la URL de la base\nde datos PostgreSQL.\n\n```bash\nPORT\nJWT_SECRET\nDATABASE_URL\n```\n\nInstala las dependencias con `bun install`.\n\nRealiza la migración de la base de datos\n\n```bash\nbunx prisma migrate dev\n```\n\n## Ejecución\n```bash\nbun run dev\n```\n\n\u003chr\u003e\n\n### Peticiones de la API\nCambia el puerto si es necesario.\n\n[Ejemplos de las peticiones HTTP](./api.http)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayzler%2Fauth-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frayzler%2Fauth-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayzler%2Fauth-api/lists"}