返回顶部
r

ravi-sso

Get short-lived identity verification tokens to prove your Ravi identity to third-party services. Do NOT use for agent authentication (use ravi-login) or credential storage (use ravi-secrets).

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 2.1.1
安全检测
已通过
21
下载量
0
收藏
概述
安装方式
版本历史

ravi-sso

# Ravi SSO Get a short-lived token to prove your Ravi identity to a third-party service that supports "Login with Ravi". ## Get an SSO Token ```bash ravi sso token ``` **Response shape:** ```json { "token": "rvt_eyJhbGciOiJIUzI1NiJ9...", "expires_at": "2026-04-07T10:35:00Z" } ``` Pass the token to the third-party service however it requires (request body, header, query param — it varies per service). ## How Third Parties Verify It The third-party backend calls `POST https://ravi.id/api/sso/verify/` with `{ "token": "rvt_..." }` and receives: ```json { "identity_uuid": "...", "identity_name": "Sarah Johnson", "identity_email": "sarah.johnson472@raviapp.com", "identity_phone": "+15551234567", "created_at": "2026-02-25T10:30:00Z", "owner": { "name": "...", "email": "..." } } ``` **This endpoint is for third-party backends — not for you.** You just obtain and pass the token. ## Important Notes - **5-minute TTL** — get a fresh token immediately before passing it; don't cache. - **Requires active subscription** — returns 402 if on the free plan. - **`/api/sso/verify/` is not for you** — that endpoint is for third-party backends. Calling it yourself serves no purpose. ## Full API Reference For complete endpoint details: [SSO Token](https://ravi.id/docs/schema/sso.json) ## Related Skills - **ravi-identity** — Get your email, phone, and identity name - **ravi-login** — Authenticate yourself to Ravi - **ravi-feedback** — Report SSO issues or suggest improvements

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ravi-sso-1775711464 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ravi-sso-1775711464 技能

通过命令行安装

skillhub install ravi-sso-1775711464

下载 Zip 包

⬇ 下载 ravi-sso v2.1.1

文件大小: 1.47 KB | 发布时间: 2026-4-11 23:00

v2.1.1 最新 2026-4-11 23:00
Auto-published from 19d2b7eea3e0a215bf8c5726dd9e1fb86307cdd7

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部