Browse Source
- Fix base64 encoding to use URL-safe format (- instead of +, _ instead of /) - Remove padding characters (=) from base64 output - Apply fix to LogView, BlossomView, and api.js Files modified: - app/web/src/LogView.svelte: URL-safe base64 for NIP-98 auth - app/web/src/BlossomView.svelte: URL-safe base64 for Blossom auth - app/web/src/api.js: URL-safe base64 for NIP-98 auth - pkg/version/version: Bump to v0.39.2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>main
6 changed files with 9 additions and 6 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue