An open API service indexing awesome lists of open source software.

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#

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/)