I am suggesting that we persist current user information in SKYContainer. While the whoami action solves the problem for the client to find out the current user, asking the server each time the client want to figure out the username seems excessive.
The swift example app have this problem and it workaround this problem by storing the username outside of SKYContainer.
I am suggesting that we persist current user information in
SKYContainer
. While thewhoami
action solves the problem for the client to find out the current user, asking the server each time the client want to figure out the username seems excessive.The swift example app have this problem and it workaround this problem by storing the username outside of
SKYContainer
.