I was requested to implement a log out feature and I noticed that there is no logout method in any of the SDL services. My thought was to just blow away the authentication token on the client. But, it is not in any cookie that I can see that will allow be to blow it away.
Any thoughts on how to implement this feature?
Thanks in advance