build: add providers

This commit is contained in:
2024-12-23 06:28:06 +03:00
parent 3e05863aea
commit 202d20bb25
2 changed files with 14 additions and 2 deletions

View File

@ -84,7 +84,7 @@ To set up the `redirect URL` when registering and logging in using OAuth 2, use
"{schema}://{domain}{portString}{ACTUAL_SUB_PATH}/api/v1/Auth/OAuth2"
```
** Where:**
**Where:**
- `{schema}` is the protocol you are using (`http` or `https').
- `{domain}` is your domain (for example, `mydomain.com ` or IP address).