Skip to content

Implementing JWT for authentication and authorization in .NET 8.0, with MongoDB for storing user data and tokens.

License

Notifications You must be signed in to change notification settings

barzin144/JWTAuthentication

Repository files navigation

JWT Authentication Service

This service uses JWT to authenticate users and uses MongoDB for storing users and roles.

Usage

docker compose up
//Browse http://localhost:5000

About

Implementing JWT for authentication and authorization in .NET 8.0, with MongoDB for storing user data and tokens.

Topics

Resources

License

Stars

Watchers

Forks