I'm writing REST app with spring boot.
I wanted to implement authentication througn basic auth with login and password manually (without using of the spring security)
How can I get login and password in an controller from basic auth data of the rest request?
Please, don't suggest to use spring security, I know it.