IBM-Cloud / logistics-wizard

The Logistics Wizard is an end-to-end, smart supply chain management solution that showcases how to execute hybrid cloud, microservices, and predictive data analytics in the real world.
Other
112 stars 62 forks source link

Need a logout button #232

Closed rvennam closed 7 years ago

rvennam commented 7 years ago

Currently, the session (guid) id is saved in browser storage and we do not provide a way to logout.

l2fprod commented 7 years ago

as we don't really have a "log in" but rather a "start session" with the "view logistics wizard in action" button, maybe we can do a "end session". And when doing so, call DELETE /demos/{guid} to cleanup the data on the backend.