---
title: Authentication
description: Sign in with the device flow, check your session, sign out.
canonical_url: https://wiblo.app/docs/developers/cli/authentication
last_updated: 2026-07-28T17:12:38+02:00
md_url: https://wiblo.app/docs/developers/cli/authentication.md
---

# Authentication

Sign in once and the CLI stores a personal token for you; every other command rides that session.

- [Log in](/docs/developers/cli/authentication/login) — `wiblo login`
- [Check your session](/docs/developers/cli/authentication/whoami) — `wiblo whoami`
- [Log out](/docs/developers/cli/authentication/logout) — `wiblo logout`
