Privacy choices

This site may send the owner a minimal page-visit notice with page, browser, device type, and resolution. If you accept analytics, it can also remember an anonymous visit/session ID and collect richer engagement signals.

Read the privacy notice
Skill

JWT Authentication

Used in: alex-cms-project

Used for authenticated CMS sessions and API access.

Used for authenticated CMS sessions and API access.

CMS admin authentication.

CMS admin authentication.

Explore with Alex OS

JWT Authentication handles session and API access control in Alex's CMS work — actively used, practically validated.

JWT Authentication

Alex uses JWT to secure authenticated sessions and API access, specifically for CMS admin authentication. This is an active skill with working knowledge, applied directly in the Alex CMS project.

Where it shows up

JWT is the auth layer in the Alex CMS project — a Next.js CMS with a dynamic content-type registry. Admin routes and API endpoints rely on it to verify identity before granting access.

What this means practically

This isn't theoretical familiarity — Alex has implemented JWT in a real, running CMS. The confidence level is marked 'practical', meaning it's been tested against actual admin workflows, not just read about.