Skip to content

Instantly share code, notes, and snippets.

View a-nouri's full-sized avatar

abdollah nouri a-nouri

View GitHub Profile
unit authentication.jwt;
interface
uses
Windows,
SysUtils,
Classes,
mormot.core.base,
mormot.core.os,
mormot.core.text,
@a-nouri
a-nouri / thread.pas
Last active April 3, 2025 09:31
thread termination
unit Unit2;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs,
System.Threading, Vcl.StdCtrls;
type