» Tag
jwt
5 postsSecuring Remote MCP Servers in C#: OAuth 2.0 and JWT Implementation
Learn how to secure remote MCP servers in C# using OAuth 2.0 and JWT for authentication.
Fixing Postgres RLS Recursion with a JWT Custom Claims Hook
A single GRANT line triggered an infinite RLS recursion (42P17) in Postgres. How moving role checks out of user_roles into a signed JWT claim fixed it—and its trade-offs.
React Native + Expo JWT Auth with FastAPI: A Complete Working Example
Explore the JWT authentication process with React Native and FastAPI. Learn about token storage and automatic refreshing.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comAccess vs Refresh Tokens: Two Ideas I Was Missing
Learn about the distinct roles of access and refresh tokens and why they should be separate.
Implementing JWT Authentication Securely in Go Fiber
Learn how to securely implement JWT authentication in Go Fiber with best practices.