Skip to content

Commit 4aea78a

Browse files
committed
docs: update requesthunt auth references to device code flow
The CLI now uses a device code flow (visit URL + enter code) instead of a generic browser approval page click.
1 parent bafcdc3 commit 4aea78a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Migration guides for major version upgrades will be documented here.
292292
## Notes
293293

294294
### API Keys Required
295-
- **requesthunt**: CLI browser auth (`requesthunt auth login`) or REQUESTHUNT_API_KEY (requesthunt.com/dashboard)
295+
- **requesthunt**: CLI device code auth (`requesthunt auth login`) or REQUESTHUNT_API_KEY (requesthunt.com/dashboard)
296296
- **twitter**: TWITTERAPI_API_KEY (twitterapi.io, ~$0.15-0.18/1k requests)
297297
- **logo-creator**: GEMINI_API_KEY, REMOVE_BG_API_KEY, RECRAFT_API_KEY
298298
- **banner-creator**: GEMINI_API_KEY (Google AI Studio)

skills/requesthunt/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Generate user demand research reports by collecting and analyzing real user feed
99

1010
## Prerequisites
1111

12-
Install the CLI and authenticate via browser:
12+
Install the CLI and authenticate:
1313
```bash
1414
curl -fsSL https://requesthunt.com/cli | sh
1515
requesthunt auth login
1616
```
1717

18-
Browser auth opens an approval page — the human must click "Approve". Verify with:
18+
The CLI displays a verification code and opens `https://requesthunt.com/device` — the human must enter the code to approve. Verify with:
1919
```bash
2020
requesthunt config show
2121
```
@@ -122,7 +122,7 @@ requesthunt config show # Check auth status
122122

123123
## API Info
124124
- **Base URL**: https://requesthunt.com
125-
- **Auth**: Browser login (`requesthunt auth login`) or manual API key
125+
- **Auth**: Device code login (`requesthunt auth login`) or manual API key
126126
- **Rate Limits**:
127127
- Free tier: 100 credits/month, 10 req/min
128128
- Pro tier: 2,000 credits/month, 60 req/min

0 commit comments

Comments
 (0)