Skip to content

Instantly share code, notes, and snippets.

@philenius
philenius / index.html
Last active March 29, 2023 10:37
Usage of Passport JWT Strategy for Authentication in Socket.IO
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Socket.IO with JWT Authentication</title>
</head>
<body>
<h1>Socket.IO with JWT Authentication</h1>
<textarea style="width: 300px; height: 300px"></textarea>
<br>