I have completed the sign up and log in services from the pre done Tiggzi Database services feature.
The upload a file to Tiggzi Database tutorial assisted me in completing this. However, there is no tutorial to follow in order to complete the logout service and I am unable to get it done.
*************************I have created new database service logout (named it logoutservice)... and added to the app page. I have added event - on click - invoke service (logoutservice). When I go to map the service, under request mapping... X-Tiggzi-Session-Token is available for mapping and I map it to local storage (_sessionToken). However, when I click on the sign out link after signing in, it doesnt work so I figure i'm missing a step or doing it wrong.
In the below image... I have taken a screenshot of the UI. showing the session token '6abd9e22-2b31-4fc1-8318-4fc072c4ed5b' read from localstorage. This token is showed before and after the logout service is invoked and I am unable to logout of the app
So I know i'm not doing something correct. Please assist.
logout service mapping...