← All terms · Web & APIs
JWT
JSON Web Token — a signed, base64-encoded payload used for stateless auth. Verify, don't trust.
Learn this interactively:
Open lesson fastapi-25 →Related — Web & APIs
FastAPIModern Python web framework. Type-driven, async-first, autogenerates OpenAPI doc…PydanticData validation library. Define a model, get parsing + validation + JSON seriali…RESTArchitectural style for HTTP APIs — resources at URLs, verbs in the HTTP method,…OpenAPISpec for describing REST APIs as JSON/YAML. FastAPI emits one automatically; too…CORSCross-Origin Resource Sharing — browser security check on which origins may call…