DeleteJwt Last updated: 06. Mar 2024

API only function

The deleteJwt function is responsible for remove the current (if any) JWT (JSON Web Token) secure cookie from the user's browser.

Parameters

This function takes no parameters

Returns

True if successfull.

Example

Code example (JS)

JS is normal JavaScript either running in the browser or on the Docly™ server.
docly.deleteJwt();