sdk-for-web
sdk-for-web copied to clipboard
[READ-ONLY] Official Appwrite Web SDK ๐งก
Snyk has created this PR to upgrade cross-fetch from 3.1.5 to 3.1.6. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
https://github.com/appwrite/sdk-for-web/blob/7b37a2bec1dbe47b55e2c962996046f56b763192/package.json#L34-L37 formdata + fetch is built-in to all evergreen env. (NodeJS v18+) if it isn't just let the developer who depend on this package bring them in themself if they...
### ๐ Reproduction steps When using an IDE/editor supporting autocompletion with the Typescript Language Server, such as VS Code. Calling `Databases.createDocument` with a type parameter: ```ts interface ProjectModel extends Models.Document...
### ๐ Feature description You should add an option to disable cookies and use local storage instead. ```ts // Init your Web SDK const client = new Client(); client .setEndpoint('http://localhost/v1')...
### ๐ Reproduction steps Setting header "X-Fallback-Cookies" without "cookieFallback" inside localStorage always sets the header to blank string. 1. Signin user inside +page.server.js form action and set returned cookies on...
## What does this PR do? (Provide a description of what this PR does.) ## Test Plan (Write your test plan here. If you changed any code, please provide us...
## What does this PR do? This PR updates the API version in the README from 1.5.0 to 1.5.x to reflect the current version being used (1.5.4). This change aligns...
### ๐ Reproduction steps Install appwrite web sdk, configure w/ v1 endpoint (https://cloud.appwrite.io/v1), and attempt to call `account.updateRecovery`. The method accepts 3 args (userId, secret, and password), but the endpoint...
## What does this PR do? (Provide a description of what this PR does.) ## Test Plan (Write your test plan here. If you changed any code, please provide us...
### ๐ Feature description With most OAuth providers you can add a specific account (email adress) as prefered account to use for the OAuth protocol. An example for Github: https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps...