This repository has been archived by the owner on Aug 20, 2022. It is now read-only.
Remove BasicAuthenticationFilter and implement something custom. #13
Labels
enhancement
New feature or request
Using spring-security-web brings a lot of unwanted features that require workarounds to authenticate and authorize users.
It's also causing a slowdown of the API.
Remove this dependency and add a custom filter to authenticate/authorize users and requests using BCrypt and JWT.
The text was updated successfully, but these errors were encountered: