Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Remove BasicAuthenticationFilter and implement something custom. #13

Open
bricefrisco opened this issue Jan 17, 2021 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@bricefrisco
Copy link
Owner

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.

@bricefrisco bricefrisco added the enhancement New feature or request label Jan 17, 2021
@bricefrisco bricefrisco self-assigned this Jan 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant