S
S
Stanislav Kim2015-11-12 13:25:16
JSON Web Token
Stanislav Kim, 2015-11-12 13:25:16

Is JWT authorization implemented securely?

Good afternoon. Straight to the point.
Implemented authorization using jwt.
The user logs in to the site, the generated token is returned to him through the api.
The token is written to localStorage as key:value
On subsequent actions of the user, the token is checked, if everything is OK, then the user receives the requested data.
Is everything implemented correctly and is it safe?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2016-02-25
@allokdog

Yes, everything is quite safe.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question