as I'm working on a client project that support JWT with auth prefix of JWT not Bearer, we should allow override this (by environment var JWT_AUTH_PREFIX or an optional option --auth-prefix=XXX)
optional option should override environment var
If not setting, default auth prefix Bearer should be used.
as I'm working on a client project that support JWT with auth prefix of
JWT
notBearer
, we should allow override this (by environment var JWT_AUTH_PREFIX or an optional option --auth-prefix=XXX)optional option should override environment var
If not setting, default auth prefix
Bearer
should be used.