https://github.com/adshan/dotnet-authentication-symmetric-asymmetric
JWT authentication with Symmetric and Asymmetric keys.
https://github.com/adshan/dotnet-authentication-symmetric-asymmetric
asymmetric authentication dotnet jwt net6 symmetry
Last synced: 6 months ago
JSON representation
JWT authentication with Symmetric and Asymmetric keys.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-authentication-symmetric-asymmetric
- Owner: AdsHan
- License: mit
- Created: 2022-01-27T22:20:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T22:23:06.000Z (over 3 years ago)
- Last Synced: 2025-04-13T09:15:07.809Z (6 months ago)
- Topics: asymmetric, authentication, dotnet, jwt, net6, symmetry
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# core-elasticsearch-nest
Demonstração de como podemos utilizar o Elasticsearch como ferramenta de busca em conjunto com o NEST para construção de queries.# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.
- A infraestrutura da aplicação será criada através do docker compose /docker/docker_infrastructure.yml.
- Quando a aplicação for iniciada, será criado um índice com dados no Elasticsearch chamado **people**. Caso deseje fazer a carga manualmente, basta fazer um Post no endpoint `http://localhost:9200/people/_bulk?pretty` enviando o arquivo `people_NDJSON.json`# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).