using nebular, how can I log out with HTTP headers which contain token? just like below could be used or not?
logout:{
alwaysFail: false,
endpoint: '/auth/logout',
method: 'post',
requireValidToken: true,
redirect: {
success: '/auth/login',
failure: null,
},
},
waiting onling,thanks!