diff --git a/README.md b/README.md index 2be9f1c4..b7ab4297 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ A live instance is available at [enclosed.cc](https://enclosed.cc). - **Configurable Security Options**: Set a password, expiration time, and choose self-destruction after the note is read. - **Minimalistic UI**: Simple and intuitive user interface for quick note sharing. - **i18n Support**: Available in multiple languages. +- **Authentication**: Optional authentication to create notes. - **Dark Mode**: A dark theme for late-night note sharing. - **Responsive Design**: Works on all devices, from desktops to mobile phones. - **Open Source**: The source code is available under the Apache 2.0 License. diff --git a/packages/docs/src/index.md b/packages/docs/src/index.md index f239507e..3484bde9 100644 --- a/packages/docs/src/index.md +++ b/packages/docs/src/index.md @@ -16,6 +16,7 @@ The name **Enclosed** is inspired by the idea of keeping your notes safe and sec - **Configurable Security**: Users can set a password, define an expiration period (TTL), and choose to have the note self-destruct after being read. - **Minimalistic UI**: Enclosed's interface is simple and intuitive, allowing for quick and easy note sharing. - **i18n Support**: Available in multiple languages. +- **Authentication**: Optional authentication to create notes. - **Dark Mode**: Enjoy a dark theme for comfortable usage, especially in low-light environments. - **Responsive Design**: The application works seamlessly on all devices, from desktops to mobile phones. - **Open Source**: The source code is available under the Apache 2.0 License, allowing for community contributions and self-hosting.