lucasecdb / webapi-jwt-project

WebApi with JWT authentication sample project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

WebApi with JWT authentication sample project


Languages

Language:C# 95.6%Language:Dockerfile 4.4%