Hello!
How can I use constant token in request for authorization and authentication without vulnerabilities?
When I check user login and password I will send constant token like guid without additional information in http response. Client send this token to api in all requests and get it back with every response.
Provide to me any additional information about this approach, please.
Thank you.