mirror of
https://github.com/bitwarden/server.git
synced 2026-04-10 18:15:35 -05:00
* Send better error message when token is expired * Add comment indicating frontend usage * Add testcase for Invalid Token scenario * Update comment in test-case * Fix merge issue * Fix method name * Consolidate token validation error calculation, apply to new area * Move away from magic strings, fix tests * Adjust class name * Clean up old method name references * Change errors to fields for singleton behavior * Formatting