Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

how to get headers for authorization... token = req.get['authorization']

Bimlendra Ray answered on October 5, 2022 Popularity 9/10 Helpfulness 5/10

Contents


More Related Answers

  • express get auth header
  • this is my api const customerEmployee = catchAsync(async (req, res, next) => { // Get the JWT token from the Authorization header const token = req.headers.authorization.split(' ')[1]; try { // Verify and decode the JWT token

  • how to get headers for authorization... token = req.get['authorization']

    0
    Popularity 9/10 Helpfulness 5/10 Language whatever
    Link to this answer
    Share Copy Link
    Contributed on Oct 05 2022
    Bimlendra Ray
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.