Logout/Signout user through custom code

Logout/Signout user through custom code

This question is not answered

Hello,

Can anyone guide how to perform the logout/signout operation from the custom plugin?

Thanks,

Nick

All Replies
  • Hi Nick.  What kind of plugin type is this?  Can you share what you are trying to do?

    Thanks

  • Hi Michael,

    I want to implement the auto logout/signout functionality.  This functionality will be present in the custom plugin.

    Thanks,

    Nick

  • you will need to do some coding i think

  • I apologize for being unclear.  The ability to log out is not currently exposed in the in-process Platform API or REST, but only via the Widget API via the $core_v2_authentication extension.

    I am still curious what IPlugin interfaces your plugin is implementing, and how and when a logout would be useful from a plugin.  With some more context, there might be some workable alternatives.  

    Thanks again