https://github.com/srgeverson/webservicewcf
Este é um Serviço Web WCF em C#
https://github.com/srgeverson/webservicewcf
api-rest csharp jwt wcf-service
Last synced: 2 months ago
JSON representation
Este é um Serviço Web WCF em C#
- Host: GitHub
- URL: https://github.com/srgeverson/webservicewcf
- Owner: srgeverson
- License: mit
- Created: 2022-08-20T15:00:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T00:37:41.000Z (over 3 years ago)
- Last Synced: 2025-06-03T01:52:56.821Z (about 1 year ago)
- Topics: api-rest, csharp, jwt, wcf-service
- Language: C#
- Homepage: https://www.linkedin.com/in/srgeverson/
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Projeto WebServiceWCF
Este é um Serviço Web WCF em C#.
## 📌 Versão em continuo desenvolvimento
💡A chave secreta de validação do token é uma palavra encriptada pelo [MD5 Hash Generator](https://www.md5hashgenerator.com/).
💡Os tokens gerados pode ser validado pelo [JWT.io](https://jwt.io/).
💡 Funcionalidades presentes neste App
* Gera token JWT a partir das credenciais informadas pelo usuário
* Valida token JWT
* Lista usuários cadastrados na basse de dados
* Cadastra usuário
#### 🛠️ Dependências utilizadas nesse projeto
```bash
### Projeto de classes dominio
* [AppClassLibraryDomain](https://github.com/srgeverson/AppClassLibraryDomain)
### Projeto de classes DTO para utilização em retorno de aplicação
* [AppClassLibraryClient](https://github.com/srgeverson/AppClassLibraryClient)
###
$ System.ComponentModel.Annotations 5.0.0
### Convert um Objeto Model/Entity para um Objeto DTO
$ AutoMapper 9.0.0
###
$ Common.Logging 3.4.1
###
$ Common.Logging.Core 3.4.1
###
$ Microsoft.Bcl.HashCode 1.1.1
###
$ Microsoft.CSharp 4.7.0
###
$ Microsoft.Win32.Registry 4.7.0
### Serializa/Deserializa Objetos para JSON
$ Newtonsoft.Json 10.0.3
###
$ Spring.Core 3.0.0
###
$ Spring.Web 3.0.0
###
$ Spring.Aop 3.0.0
###
$ System.Buffers 4.5.1
###
$ System.CodeDom 4.7.0
###
$ System.Configuration.ConfigurationManager 4.7.0
###
$ System.Memory 4.5.4
###
$ System.Numerics.Vectors 4.5.0
###
$ System.Reflection.Emit 4.7.0
###
$ System.Reflection.Emit.Lightweight 4.7.0
###
$ System.Runtime.CompilerServices.Unsafe 4.5.3
###
$ System.Security.AccessControl 4.7.0
###
$ System.Security.Permissions 4.7.0
###
$ System.Security.Principal.Windows 4.7.0
###
$ Antlr3.Runtime 3.5.1
```
## 👨💻 Equipe de Desenvolvimento
* **Geverson Souza** - [Geverson Souza](https://www.linkedin.com/in/srgeverson/)
## ✒️ Autor
* **Geverson Souza** - [Geverson Souza](https://www.linkedin.com/in/srgeverson/)