Standard Post with Image

การจัดการ JWT Authentication ระหว่างหลายเฟรมเวิร์ก

เมื่อคุณพัฒนาแอปพลิเคชันโดยใช้หลายเฟรมเวิร์ก เช่น Flask สำหรับ frontend และ FastAPI สำหรับ backend API การจัดการระบบยืนยันตัวตนให้ปลอดภัยและราบรื่นอาจเป็นเรื่องท้าทาย JSON Web Token (JWT) เป็นทางเลือกที่ดีในการบริหารจัดการการยืนยันตัวตนให้สอดคล้องกันระหว่างเฟรมเวิร์กต่าง ๆ มาดูกันว่าควรใช้อย่างไรให้มีประสิทธิภาพ

Read More
Standard Post with Image

Managing JWT Authentication Across Multiple Frameworks

When developing applications across multiple frameworks, like Flask for the frontend and FastAPI for backend APIs, ensuring secure and seamless authentication can become complex. JSON Web Tokens (JWT) offer a robust solution to manage authentication consistently across these frameworks. Let’s explore how to effectively manage JWT authentication between Flask and FastAPI.

Read More
Standard Post with Image

FastAPI と Alpine.js で EXFO テスター管理パネルを軽量構築する

この投稿では、FastAPI と Alpine.js を使用して、EXFO テスターと連携する軽量なウェブアプリを作成する方法を紹介します。ユーザー認証、テスト結果の取得、そして簡単なダッシュボードを一つの HTML ページで実装できます。

Read More
Standard Post with Image

สร้างระบบแอดมินสำหรับ EXFO Tester ด้วย FastAPI และ Alpine.js แบบเบาและมีประสิทธิภาพ

ในโพสต์นี้ ผมจะพาคุณสร้างเว็บแอปพลิเคชันเบา ๆ ที่เชื่อมต่อกับ EXFO Tester ผ่าน API, มีระบบล็อกอิน และแสดงผลการทดสอบ โดยใช้ FastAPI และ Alpine.js

Read More
Standard Post with Image

Building a Lightweight EXFO Tester Admin Panel with FastAPI and Alpine.js

In this post, I’ll walk you through how to build a lightweight web application that integrates with EXFO tester APIs, allows for user authentication, and fetches test results using FastAPI and Alpine.js.

Read More
Standard Post with Image

WazuhでCiscoネットワーク機器を監視する:完全ガイド

ネットワークインフラは、現代のあらゆる組織にとって基盤となる重要な要素です。そのインフラを保護し監視するためには、ログの一元収集と分析が不可欠です。

Read More
Standard Post with Image

การตรวจสอบอุปกรณ์เครือข่าย Cisco ด้วย Wazuh: คู่มือฉบับสมบูรณ์

โครงสร้างพื้นฐานด้านเครือข่ายคือกระดูกสันหลังของระบบไอทีในองค์กรยุคใหม่ และการรวบรวม log จากอุปกรณ์เครือข่ายแบบรวมศูนย์เป็นกุญแจสำคัญในการดูแลความปลอดภัย บทความนี้จะแนะนำวิธีการเชื่อมต่อ สวิตช์หรือเราเตอร์ Cisco กับ Wazuh เพื่อให้คุณสามารถตรวจสอบสถานะของอุปกรณ์ได้แบบเรียลไทม์

Read More
Standard Post with Image

Monitoring Cisco Network Devices with Wazuh: A Complete Guide

Network infrastructure is the backbone of any modern organization. To secure and monitor that infrastructure, centralized log collection is essential. In this guide, we’ll show you how to collect and analyze syslog messages from Cisco switches or routers using Wazuh, an open-source security platform.

Read More
Standard Post with Image

FastAPI を使ってモバイルアプリと OCPP EV 充電システムを連携する方法

電気自動車(EV)の普及に伴い、ユーザーはモバイルアプリから充電ステーションをリアルタイムで操作・監視することを求めています。そのためには、リアルタイム通信・高性能・拡張性のあるバックエンドが不可欠です。

Read More
Standard Post with Image

สร้างระบบเชื่อมต่อแอปมือถือกับระบบชาร์จไฟฟ้า OCPP ด้วย FastAPI

ในยุคที่รถยนต์ไฟฟ้า (EV) กลายเป็นเรื่องปกติในชีวิตประจำวัน ผู้ใช้งานคาดหวังว่าจะสามารถควบคุมและตรวจสอบสถานีชาร์จผ่านมือถือได้แบบเรียลไทม์ และเพื่อให้สิ่งนี้เป็นไปได้ ระบบหลังบ้านจะต้อง รองรับ WebSocket, เร็ว, ขยายได้ และใช้งานง่าย

Read More