Articles by tag: jwt
Langfuse and JWT for LLM: proxy solution for corporate systems
How to integrate Langfuse with LLM via JWT using a proxy. Step-by-step implementation on FastAPI with token caching and preservation of OpenAI compatibility.
JWT authorization FastAPI: code and schemas
Full implementation of JWT authentication in FastAPI: access/refresh tokens, Pydantic schemas, SQLAlchemy models. Ready code for production API. Explore the architecture and dependencies.
Development of an authorization service on Rust: tokens, encryption, Redis
Practical guide to creating an authorization service on Rust with JWT, opaque tokens and Redis. Learn about cryptography and best practices for developers.