Re: Using a PATCH request to remove logged users

2023-07-27 Thread Nick Couchman
On Tue, Jul 25, 2023 at 3:29 PM Gabriel Huerta Araujo wrote: > > > >> Because that endpoint has not been implemented in the Guacamole Client > >> code. The Token REST service only has two endpoints: > >> * POST that takes credentials and produces a token, assuming the > >> authentication

RE: Using a PATCH request to remove logged users

2023-07-25 Thread Gabriel Huerta Araujo
>> Because that endpoint has not been implemented in the Guacamole Client code. >> The Token REST service only has two endpoints: >> * POST that takes credentials and produces a token, assuming the >> authentication succeeds. >> * DELETE with a single token that invalidates the token. Ok, I

Re: Using a PATCH request to remove logged users

2023-07-25 Thread Nick Couchman
On Mon, Jul 24, 2023 at 10:59 PM Gabriel Huerta Araujo wrote: > > I am trying to make a PATCH request in order to remove n tokens, as active > connection does > > {headers: {…}, method: 'PATCH', url: 'api/tokens', data: Array(1)} > data: Array(1) > 0: {op: 'remove', path: >