Is there any documentation on or an example of how to call logout service from AngularJS + Boostrap app? I have saved the session token with Apperyio.configAdd and can successfully retrieve it. How do I set the X-Appery-Session-Token request header?
Is there any documentation on or an example of how to call logout service from AngularJS + Boostrap app? I have saved the session token with Apperyio.configAdd and can successfully retrieve it. How do I set the X-Appery-Session-Token request header?
Hi Terry -
You can:
1) call it with configAdd with another value -- this will rewrite it.
2) call coderemove( name )/code