{"id":21893806,"url":"https://github.com/srgeverson/webservicewcf","last_synced_at":"2026-04-29T10:33:39.436Z","repository":{"id":132994164,"uuid":"526958198","full_name":"srgeverson/WebServiceWCF","owner":"srgeverson","description":"Este é um Serviço Web WCF em C#","archived":false,"fork":false,"pushed_at":"2022-12-09T00:37:41.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T01:52:56.821Z","etag":null,"topics":["api-rest","csharp","jwt","wcf-service"],"latest_commit_sha":null,"homepage":"https://www.linkedin.com/in/srgeverson/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srgeverson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2022-08-20T15:00:32.000Z","updated_at":"2022-08-28T13:15:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8ea0c02-6a46-4ca7-9e2f-c6a3fcdbbab9","html_url":"https://github.com/srgeverson/WebServiceWCF","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/srgeverson/WebServiceWCF","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srgeverson%2FWebServiceWCF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srgeverson%2FWebServiceWCF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srgeverson%2FWebServiceWCF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srgeverson%2FWebServiceWCF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srgeverson","download_url":"https://codeload.github.com/srgeverson/WebServiceWCF/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srgeverson%2FWebServiceWCF/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32421876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-rest","csharp","jwt","wcf-service"],"created_at":"2024-11-28T13:16:56.836Z","updated_at":"2026-04-29T10:33:39.424Z","avatar_url":"https://github.com/srgeverson.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Projeto WebServiceWCF\nEste é um Serviço Web WCF em C#.\n\n## 📌 Versão em continuo desenvolvimento\n\n\n💡A chave secreta de validação do token é uma palavra encriptada pelo [MD5 Hash Generator](https://www.md5hashgenerator.com/).\n\n💡Os tokens gerados pode ser validado pelo [JWT.io](https://jwt.io/).\n\n💡 Funcionalidades presentes neste App\n\n* Gera token JWT a partir das credenciais informadas pelo usuário\n\n* Valida token JWT\n\n* Lista usuários cadastrados na basse de dados\n\n* Cadastra usuário\n\n#### 🛠️ Dependências utilizadas nesse projeto\n\n```bash\n\n### Projeto de classes dominio\n* [AppClassLibraryDomain](https://github.com/srgeverson/AppClassLibraryDomain)\n\n### Projeto de classes DTO para utilização em retorno de aplicação\n* [AppClassLibraryClient](https://github.com/srgeverson/AppClassLibraryClient)\n\n### \n$ System.ComponentModel.Annotations 5.0.0\n\n### Convert um Objeto Model/Entity para um Objeto DTO\n$ AutoMapper 9.0.0\n\n### \n$ Common.Logging 3.4.1\n\n### \n$ Common.Logging.Core 3.4.1\n\n### \n$ Microsoft.Bcl.HashCode 1.1.1\n\n### \n$ Microsoft.CSharp 4.7.0\n\n### \n$ Microsoft.Win32.Registry 4.7.0\n\n### Serializa/Deserializa Objetos para JSON\n$ Newtonsoft.Json 10.0.3\n\n### \n$ Spring.Core 3.0.0\n\n### \n$ Spring.Web 3.0.0\n\n### \n$ Spring.Aop 3.0.0\n\n### \n$ System.Buffers 4.5.1\n\n### \n$ System.CodeDom 4.7.0\n\n### \n$ System.Configuration.ConfigurationManager 4.7.0\n\n### \n$ System.Memory 4.5.4\n\n### \n$ System.Numerics.Vectors 4.5.0\n\n### \n$ System.Reflection.Emit 4.7.0\n\n### \n$ System.Reflection.Emit.Lightweight 4.7.0\n\n### \n$ System.Runtime.CompilerServices.Unsafe 4.5.3\n\n### \n$ System.Security.AccessControl 4.7.0\n\n### \n$ System.Security.Permissions 4.7.0\n\n### \n$ System.Security.Principal.Windows 4.7.0\n\n### \n$ Antlr3.Runtime 3.5.1\n\n```\n\n## 👨‍💻 Equipe de Desenvolvimento\n\n* **Geverson Souza** - [Geverson Souza](https://www.linkedin.com/in/srgeverson/)\n\n## ✒️ Autor\n\n* **Geverson Souza** - [Geverson Souza](https://www.linkedin.com/in/srgeverson/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrgeverson%2Fwebservicewcf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrgeverson%2Fwebservicewcf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrgeverson%2Fwebservicewcf/lists"}