mirror of
https://github.com/vernu/textbee.git
synced 2026-04-20 06:50:59 -04:00
- Added a new method in AuthService to find active API keys using a masked match and fallback to regex. - Updated OptionalAuthGuard and AuthGuard to utilize the new method for improved API key validation. - Introduced an index on the apiKey field in the ApiKey schema for optimized query performance.