Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated text #523

Merged
merged 13 commits into from
Jan 17, 2024
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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');
Expand All @@ -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)
Binary file modified static/images/avatars/dennis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.