|
|
|
|
|
by Softcadbury
2163 days ago
|
|
The mechanism of refresh token is also important.
You can have a token with a short lifetime, so if someone stole this token, he won't have an infinite access to your data.
Of course, this would also be possible with credentials, but you would have to store them (risky) or ask them to the user every 20 minutes (annoying). |
|