{"id":18792666,"url":"https://github.com/yugendev/jwt-login-python-fastapi","last_synced_at":"2025-04-13T14:31:28.721Z","repository":{"id":222326863,"uuid":"756643135","full_name":"YugenDev/jwt-login-python-FastAPI","owner":"YugenDev","description":"Login con JWT, FastAPI y JinJa2","archived":false,"fork":false,"pushed_at":"2024-02-28T13:05:47.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-02-29T13:54:30.797Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/YugenDev.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}},"created_at":"2024-02-13T02:30:21.000Z","updated_at":"2024-02-13T14:30:11.000Z","dependencies_parsed_at":"2024-02-13T16:43:51.655Z","dependency_job_id":"73d836e9-3431-45cb-bf78-bfbc23c38b8e","html_url":"https://github.com/YugenDev/jwt-login-python-FastAPI","commit_stats":null,"previous_names":["yugendev/jwt-login-python-fastapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YugenDev%2Fjwt-login-python-FastAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YugenDev%2Fjwt-login-python-FastAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YugenDev%2Fjwt-login-python-FastAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YugenDev%2Fjwt-login-python-FastAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YugenDev","download_url":"https://codeload.github.com/YugenDev/jwt-login-python-FastAPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223590070,"owners_count":17170070,"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":[],"created_at":"2024-11-07T21:21:06.180Z","updated_at":"2024-11-07T21:21:06.683Z","avatar_url":"https://github.com/YugenDev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":" \u003ch1\u003eJWT-LOGIN-PYTHON-FASTAPI\u003c/h1\u003e\n\n \u003cp\u003ePequeño proyecto dedicado a crear el backend para un Login con jwt, fastAPi y python-jose.\u003c/p\u003e\n\n \u003ch2\u003eInstalación\u003c/h2\u003e\n\n \u003cp\u003ePara instalar las dependencias necesarias, ejecuta el siguiente comando:\u003c/p\u003e\n\n \u003ccode\u003epip install -r requirements.txt\u003c/code\u003e\n\n \u003ch2\u003eUso\u003c/h2\u003e\n\n \u003cp\u003ePara ejecutar la aplicación, utiliza el siguiente comando:\u003c/p\u003e\n\n \u003ccode\u003euvicorn main:app --reload\u003c/code\u003e\n\n \u003cp\u003eEste comando inicia la aplicación FastAPI utilizando Uvicorn con la opción \u003ccode\u003e--reload\u003c/code\u003e para reiniciar automáticamente el servidor cuando se realizan cambios en el código.\u003c/p\u003e\n\n \u003cp\u003eAsegúrate de tener todas las dependencias instaladas antes de ejecutar la aplicación.\u003c/p\u003e\n\n \u003ch2\u003eTecnologías Utilizadas\u003c/h2\u003e\n\n  \u003cp\u003e\n        \u003cimg src=\"https://www.vectorlogo.zone/logos/python/python-icon.svg\" alt=\"Logo de Python\" height=\"50\"\u003e\n        \u003cimg src=\"https://cdn.worldvectorlogo.com/logos/fastapi-1.svg\" alt=\"Logo de FastAPI\" height=\"50\"\u003e\n        \u003cimg src=\"https://www.uvicorn.org/uvicorn.png\" alt=\"Logo de Uvicorn\" height=\"50\"\u003e\n        \u003cimg src=\"https://pypi.org/static/images/logo-small.2a411bc6.svg\" alt=\"Logo de JOSE-Python\" height=\"50\"\u003e\n        \u003c!-- Agrega más logos según sea necesario --\u003e\n    \u003c/p\u003e\n\n  \u003ch2\u003eContribuir\u003c/h2\u003e\n\n  \u003cp\u003eSi deseas contribuir a este proyecto, sigue estos pasos:\u003c/p\u003e\n\n   \u003col\u003e\n        \u003cli\u003eHaz un fork del repositorio\u003c/li\u003e\n        \u003cli\u003eCrea una rama para tu contribución (\u003ccode\u003egit checkout -b feature/nueva-funcionalidad\u003c/code\u003e)\u003c/li\u003e\n        \u003cli\u003eRealiza tus cambios y haz commits (\u003ccode\u003egit commit -am 'Añadir nueva funcionalidad'\u003c/code\u003e)\u003c/li\u003e\n        \u003cli\u003eSube tus cambios a tu repositorio en GitHub (\u003ccode\u003egit push origin feature/nueva-funcionalidad\u003c/code\u003e)\u003c/li\u003e\n        \u003cli\u003eAbre un pull request para que tus cambios sean revisados\u003c/li\u003e\n    \u003c/ol\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyugendev%2Fjwt-login-python-fastapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyugendev%2Fjwt-login-python-fastapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyugendev%2Fjwt-login-python-fastapi/lists"}