I have a question on the server side, I am creating an api and it is the first time that I have to implement token in header of Authorization
. But ... what process is followed for this? that is, I receive the user token and I look for it in the list of registered tokens and proceed to execute some works, etc ... this is correct?
I would like to know the life cycle of this.