-
Notifications
You must be signed in to change notification settings - Fork 222
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
1.5.x docs #440
1.5.x docs #440
Conversation
Your Render PR Server URL is https://appwrite-pr-440.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cm1q2sun7f5s7391qkqg. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Co-authored-by: Vincent (Wen Yu) Ge <wenyu1999@hotmail.com>
Your Render PR Server URL is https://appwrite-io-docker-pr-440.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cml05ni1hbls73f4okf0. |
Co-authored-by: Vincent (Wen Yu) Ge <wenyu1999@hotmail.com>
Here are the steps to implement MFA in your application. | ||
|
||
{% section #enable-mfa step=1 title="Enable MFA on an account" %} | ||
[TODO @TorstenDittmann need some advice here, what's the steps?] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TorstenDittmann this is the MFA journey docs we added. Please take a look. Need help double checking the flow + the missing auth methods :)
Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com>
|
||
{% multicode %} | ||
```js | ||
const { Client, Account } from "appwrite"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gewenyu99 This should be:
const { Client, Account } from "node-appwrite";
|
||
```html | ||
<script type='module'> | ||
import { Client, Account } from "appwrite"; // Using the client SDK |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here @gewenyu99 :
import { Client, Account } from "node-appwrite"; // Using the server SDK
feat: ssr demos
Add SMS journey
Your Render PR Server URL is https://appwrite-io-docker-pr-440.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cn59q4ed3nmc73fbe720. |
What does this PR do?
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)