V
V
Vladimir Golub2020-02-07 17:17:22
Database
Vladimir Golub, 2020-02-07 17:17:22

How to store tokens in the database so that they take up less space?

How to store tokens in the database so that they take up less space?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2020-02-07
@RazerVG

Make a trigger and zip them up. Although I'm sure it's a stupid idea.
The general practice is that you make a jwt token at the entrance and a refresh token for everything else, the refresh just takes up little space, which by the way is useful for network exchange.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question