mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge pull request #4313 from tusharxoxoxo/patch-2
Update add-oauth2-provider.md
This commit is contained in:
commit
342b9f2910
1 changed files with 2 additions and 2 deletions
|
|
@ -175,9 +175,9 @@ Please mention in your documentation what resources or API docs you used to impl
|
||||||
|
|
||||||
## 3. Test your provider
|
## 3. Test your provider
|
||||||
|
|
||||||
After you finished adding your new provider to Appwrite, you should be able to see it in your Appwrite console. Navigate to 'Project > Users > Providers' and check your new provider's settings form.
|
After you finish adding your new provider to Appwrite, you should be able to see it in your Appwrite console. Navigate to 'Project > Users > Providers' and check your new provider's settings form.
|
||||||
|
|
||||||
> To start Appwrite console from the source code, you can simply run `docker compose up -d'.
|
> To start the Appwrite console from the source code, you can simply run `docker compose up -d'.
|
||||||
|
|
||||||
Add credentials and check both a successful and a failed login (where the user denies integration on the provider page).
|
Add credentials and check both a successful and a failed login (where the user denies integration on the provider page).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue