Marcus du Sautoy著『Thinking Better: The Art of the Shortcut』からのインスピレーション
Read Moreแรงบันดาลใจจากหนังสือ “Thinking Better: The Art of the Shortcut” โดย Marcus du Sautoy
Read MoreInspired by Marcus du Sautoy’s “Thinking Better: The Art of the Shortcut”
Read MorePython や NumPy を使ってデータ分析や科学計算をしていると、np.meshgrid() という関数を見かけたことがあるかもしれません。ですが、次のような疑問を持つ人も多いでしょう:
Read Moreหากคุณเคยใช้ NumPy ในการวิเคราะห์ข้อมูล การคำนวณทางวิทยาศาสตร์ หรือแม้แต่ใน Machine Learning คุณอาจเคยเจอฟังก์ชัน np.meshgrid() แต่หลายคนยังสงสัยว่า:
Read MoreIf you’ve worked with NumPy for data analysis, scientific computing, or machine learning, you’ve probably encountered the np.meshgrid() function. But many users ask:
Read More現代のアプリユーザーは、新しいパスワードを作ることを望んでいません。その解決策が SSO(シングルサインオン) です。 この記事では、FastAPI, MongoDB, JWT, そして fastapi-sso ライブラリを使って、Google アカウントでログイン可能な SSO を構築する方法をステップ・バイ・ステップで解説します。
Read Moreในยุคที่ผู้ใช้งานไม่อยากจดจำรหัสผ่านอีกต่อไป — Single Sign-On (SSO) คือคำตอบ บทความนี้จะแนะนำวิธีสร้างระบบล็อกอินผ่านบัญชี Google บนแอปพลิเคชัน FastAPI โดยใช้ MongoDB, JWT, และไลบรารี fastapi-sso เพื่อให้คุณเริ่มต้นได้อย่างมั่นใจและปลอดภัย
Read MoreDo your users really need another password to remember? In modern web applications, Single Sign-On (SSO) is a must-have. It provides a seamless and secure authentication experience—allowing users to log in using trusted identity providers like Google, Microsoft, or Facebook. In this guide, we’ll show you how to implement Google SSO using FastAPI, MongoDB, and […]
Read MoreFlaskをフロントエンド、FastAPIをバックエンドAPIとして使用するような複数フレームワークでアプリケーションを開発する際、認証を安全かつスムーズに管理するのは難しい場合があります。JSON Web Token(JWT)は、これらのフレームワーク間で統一された認証の仕組みを実現する強力な方法です。本記事では、その具体的な方法を紹介します。
Read More