mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
The JWT guards were using RS256 algorithm with jsonwebtoken library, but Better Auth generates EdDSA tokens. This caused all authenticated requests to fail with "Invalid token". Changes: - Replace jsonwebtoken with jose library - Use JWKS endpoint for key fetching instead of static publicKey - Support EdDSA algorithm used by Better Auth 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| mana-core-auth | ||