What is the process of the token once authorized?

0

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.

    
asked by DoubleM 23.08.2018 в 05:44
source

0 answers