Skip to content

MarcioFWeb/jwt-api-dotnet-mock

Repository files navigation

JWT Auth Demo

This repository demos an ASP.NET Core web API application using JWT auth, and an integration testing project for a set of actions including login, logout, refresh token, impersonation, authentication, and authorization.

Usage

  1. Run in Visual Studio or in VS Code

    dotnet watch run
  2. Run with Docker: restore NuGet packages, run tests, publish web API app, and build a Docker image.

    docker build -t jwtauthdemo_api .
    

    recommend to use the docker-compose.yml file in the parent directory to launch the app.

About

API Dotnet para testes com JWT - Login - Etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published