Bearer token in header as Basic token? – Does that violate the RFC6749 spec?

In a header you can have—for example—"Authorization: Basic " xor "Authorization: Bearer ".
If I use my Bearer token as Basic, then can this endpoint double as a give me fresh tokens for this access token"?
https://… Continue reading Bearer token in header as Basic token? – Does that violate the RFC6749 spec?

Is a weak appliance behind a reverse proxy affecting the security of the home network?

I have my home network behing a nginx reverse proxy (a Docker container) which is configured to use 4th level domains to reach some of my services I need to open up to the Internet. Some of them require extra HTTPS basic authentication to … Continue reading Is a weak appliance behind a reverse proxy affecting the security of the home network?