Skip to content
Compare
Choose a tag to compare
@christianmat christianmat released this 24 Jan 01:37
· 11 commits to main since this release
126df0b

Introducing remoteStorage version 1.0.4! Check out the key features:

  • 🔐 Enhanced Security: Secure your calls with JSON Web Tokens (JWTs). Both the server and client now support JWTs to ensure the protection of your users' data.
  • 💾 sqlite Server Support: Say goodbye to Redis! The server now utilizes sqlite by default, allowing you to store significantly more data. Plus, running the server is now a breeze with just a single command (no Docker required).
  • 📚 OpenAPI Documentation: The server is now documented with OpenAPI/Swagger, simplifying the process of building your own clients or server. Explore the comprehensive documentation for seamless integration.