• Johnny's avatar
    fix(auth): resolve token refresh and persistence issues · 50606a85
    Johnny authored
    - Fix cookie expiration timezone to use GMT (RFC 6265 compliance)
    - Use Connect RPC client for token refresh instead of fetch
    - Fix error code checking (numeric Code.Unauthenticated instead of string)
    - Prevent infinite redirect loop when already on /auth page
    - Fix protobuf Timestamp conversion using timestampDate helper
    - Store access token in sessionStorage to avoid unnecessary refreshes on page reload
    - Add refresh token cookie fallback for attachment authentication
    - Improve error handling with proper type checking
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    Co-Authored-By: 's avatarClaude Sonnet 4.5 <noreply@anthropic.com>
    50606a85
Name
Last commit
Last update
.github Loading commit data...
cmd/memos Loading commit data...
internal Loading commit data...
plugin Loading commit data...
proto Loading commit data...
scripts Loading commit data...
server Loading commit data...
store Loading commit data...
web Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
.golangci.yaml Loading commit data...
CLAUDE.md Loading commit data...
CODEOWNERS Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...