We store local to the app cookies to remember that a user is signed into the API. But we do not provide a way for a user to logout (or change the user they are signed in under). If the cookies at api.wikitree.com ever get out of sync with those at the app hostname (e.g. apps.wikitree.com), then the user has to clear the cookies on both hostnames (or all cookies, but that can be irritating).
We need the API to have a "sign out" function. Then we should implement it in the tree (maybe a simple "X" link in the "Logged into API" label).
We store local to the app cookies to remember that a user is signed into the API. But we do not provide a way for a user to logout (or change the user they are signed in under). If the cookies at api.wikitree.com ever get out of sync with those at the app hostname (e.g. apps.wikitree.com), then the user has to clear the cookies on both hostnames (or all cookies, but that can be irritating).
We need the API to have a "sign out" function. Then we should implement it in the tree (maybe a simple "X" link in the "Logged into API" label).