I have seen many example with JWT, and all of them have word Bearer.
I have build an auth service on spring(Java) with com.auth0.java-jwt version 3.2.0, and what i'm doing when i'm getting Authentication header from request, that i'm calling requestHeader.substring(7) because this JWT lib needs only token, it don't use this Bearer. So why is this Bearer needed in general?)