Files
bookhoard/bruno/environments/Bookhoard.bru
T
john-okeefe b941776677 docs: add comprehensive device authentication implementation details
- Add IMPLEMENTATION_EXACT.md with exact code changes for all phases
- Update IMPLEMENTATION_PLAN.md with clarifications on two-field approach:
  - device_identifier: Serial number (Kobo) or UUID (KOReader)
  - auth_token: Auto-generated API key for authentication
- Resolve all user questions with  marked decisions
- Add verification steps for documentation accuracy
- Document Kobo vs KOReader registration workflow differences
- Add SQL query for token regeneration (UpdateDeviceAuthToken)
- Include TypeScript device management code
- Add Bruno API test files for all new endpoints
- Update Kobo setup documentation for URL path token approach
2026-02-12 15:36:18 -05:00

21 lines
558 B
Plaintext

vars {
base_url: http://localhost:8765
media_item_id: 02a535a4-19f8-43fa-b81b-89a226d19dd9
fake_book_id: 123e4567-e89b-12d3-a456-426614174000
user_id: c51118f0-31fc-4c32-827d-517d6599bf21
highlight_id: 660f9501-f29b-51d4-b716-446655440001
note_id: 7710a602-g29b-61d4-c716-446655440002
library_id: cc23c3a7-f8fb-451a-a78d-2a16df1b725a
job_id: 550e8400-e29b-41d4-a716-446655440000
rating: 5
is_visible: true
library_folder: /app/uploads
opds_base_url:
}
vars:secret [
token,
refresh_token,
kobo_device_token,
other_device_id
]