/webapi-jwt-project

WebApi with JWT authentication sample project

Primary LanguageC#

WebApi with JWT authentication sample project

To start the project in the docker container, run the following commands

docker build -t jwt-sample-project .
docker run -it --rm -p 5000:80 --name jwt-sample-project-container jwt-sample-project