MCPcopy Index your code
hub / github.com/Dispatcharr/Dispatcharr / logout

Method logout

frontend/src/api.js:211–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209 }
210
211 static async logout() {
212 return await request(`${host}/api/accounts/auth/logout/`, {
213 auth: true, // Send JWT token so backend can identify the user
214 method: 'POST',
215 });
216 }
217
218 static async getChannels() {
219 try {

Callers 3

auth.jsxFile · 0.45
auth.test.jsxFile · 0.45

Calls 1

requestFunction · 0.85

Tested by 1