Skip to content
Robnu
Glossary · Security

Refresh token

The longer-lived token used to obtain new session tokens without re-authenticating.

app.robnu.com/ai/conversationsRobnuAI · seller-scopedai_conversations · ai_messages · ai_tool_callsWhy did Ajio short-pay batch 7782?tool_calllookup_payouts(batch=7782)7 of 218 lines were short-paid by ₹47 each — SLA-missdeduction. All 7 are recoverable. I drafted claims foryou with the manifest + AWB pre-attached.→ /claims · 7 drafts readywithSellerScope · seller_id locked

A refresh token is a credential that, when presented, returns a fresh short-lived session token. It's the mechanism that keeps users logged in without re-prompting for their password every 15 minutes.

Robnu stores the refresh token in the token vault. When a session token expires, the refresh token is used to mint a new one. The refresh token itself rotates on use — every refresh issues a new pair, and the old refresh token is invalidated.

Rotation matters. If a refresh token leaks (rare, given the vault), the attacker has at most the window between the leak and the next rotation. Robnu rotates on every use AND on suspicion (unusual IP, unusual access pattern).

build 3724c76bafbf7cbcc3bd010d27df0223a625fc38 · 2026-07-10T08:10:07+05:30