Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@khashashin khashashin released this 11 Feb 00:57
· 21 commits to main since this release

Fixes

Security: To improve the security of our system, replaced the user ID with JSON Web Tokens (JWT) in communication with the Appwrite server. This change prevents potential risk of attempting to login by generating random IDs.

Documentation

Integration: Updated the documentation to include information and examples on using JWT in the frontend. This will help to integrate the application with the Appwrite server more easily and securely.