I’m using app.server.before_request(func) to parse the request cookie inorder to capture the identity of the client. Is it also possible to have this ‘user name’ loaded on to a label when the dash app loads?
I’m using app.server.before_request(func) to parse the request cookie inorder to capture the identity of the client. Is it also possible to have this ‘user name’ loaded on to a label when the dash app loads?