Skip to content

feat: Create JWT authentication

Yauheni Melnik requested to merge feature/add-jwt-authentication into develop

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

Merge request reports