Answer the question
In order to leave comments, you need to log in
How to get to the admin panel with JWT in conjunction with Nuxt.js?
Hello!
I don't know how to say all this, I'm confused myself.
I finally did the authorization and registration with the receipt of the JWT token.
This response comes:
{
"access_token": "мой токен....",
"token_type": "bearer",
"expires_in": 3600
}
Answer the question
In order to leave comments, you need to log in
Just add an Authorization header so that requests are authorized on both the server and the client.Authorization: Bearer <token>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question