No cookie with authentication token
Currently after successful authentication a bearer token is stored in a custom client session and for each request it is added to a header. When we want to use token after some time we have to again authenticate.
Proposition: Use cookie to put the bearer token after successful authentication, when we build request first we check cookie if token is available.
Edited by Arkadiusz Trzepacz