Skip to content

feat: Create JWT authentication

Yauheni Melnik requested to merge develop into main

Add jwt authentication using the password-jwt strategy. Create Public decorator to make certain routes available to everyone. Make all routes protected using JwtAuthGuard.

Merge request reports