mirror of
https://github.com/bitwarden/server.git
synced 2025-06-28 06:36:15 -05:00

* Implement CreateCollectionCommand to handle collection creation with organization checks and access permissions. * Introduce ICreateCollectionCommand interface for defining the collection creation contract. * Add unit tests for CreateCollectionCommand to validate various scenarios including permission checks and error handling.