diff --git a/src/routes/blog/post/How-to-put-privacy-first/+page.markdoc b/src/routes/blog/post/How-to-put-privacy-first/+page.markdoc index 3fd6d177e9..38fd991e12 100644 --- a/src/routes/blog/post/How-to-put-privacy-first/+page.markdoc +++ b/src/routes/blog/post/How-to-put-privacy-first/+page.markdoc @@ -1,7 +1,7 @@ --- layout: post title: How to create a privacy-first growth strategy -description: Appwrite is working towards a completely privacy-friendly and open-source tech stack. We are committed to putting developers first and building a company that values your personal data. We want to treat you as we want to be treated by any vendors we use. +description: Appwrite is working towards a completely privacy-friendly and open-source growth stack. We are committed to putting developers first and building a company that values your personal data. We want to treat you as we want to be treated by any vendors we use. date: 2024-01-12 cover: /images/blog/privacy.png timeToRead: 9 diff --git a/src/routes/blog/post/manage-user-permissions-with-labels-and-teams/+page.markdoc b/src/routes/blog/post/manage-user-permissions-with-labels-and-teams/+page.markdoc index 6be16f3141..0ed16eca6a 100644 --- a/src/routes/blog/post/manage-user-permissions-with-labels-and-teams/+page.markdoc +++ b/src/routes/blog/post/manage-user-permissions-with-labels-and-teams/+page.markdoc @@ -95,9 +95,9 @@ Labels can only be created & modified from the console or Server SDK, while Team ### Teams -✅ Server SDK +Server SDK - Yes -✅ Client SDK +Client SDK - Yes ```javascript import { Client, Teams } from "appwrite"; @@ -111,9 +111,9 @@ const promise = Teams.create('[Team_ID]', '[NAME]'); ## Labels -✅ Server SDK +Server SDK - Yes -❌ Client SDK +Client SDK - No ```javascript const sdk = require('node-appwrite'); @@ -124,3 +124,12 @@ const users = new sdk.Users(client); const promise = users.updateLabels('[USER_ID]', ['subscriber']); ``` + +### Resources +Learn more about Labels and Teams in our documentation: +- [Labels](https://appwrite.io/docs/products/auth/labels) +- [Teams](https://appwrite.io/docs/products/auth/teams) + +Watch the video tutorial on 'how to manage user permissions with Labels and Teams' on [YouTube](https://www.youtube.com/watch?v=xJTj5Ye8-W0&feature=youtu.be). + +[![Teams and Labels in Appwrite](http://img.youtube.com/vi/xJTj5Ye8-W0/0.jpg)](http://www.youtube.com/watch?v=xJTj5Ye8-W0) diff --git a/static/images/avatars/dennis.png b/static/images/avatars/dennis.png index 219fbeddd9..20bd703b5a 100644 Binary files a/static/images/avatars/dennis.png and b/static/images/avatars/dennis.png differ