Skip to content

Commit

Permalink
oauth docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Dec 25, 2023
1 parent f4fd5c8 commit 39ae479
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docs/Authentication/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,13 @@ ztnet:
OAUTH_USER_INFO: "https://discord.com/api/users/@me"
```

## Troubleshooting
If you are having trouble with OAuth, please check the docker server logs:
```bash
docker logs ztnet
```

or if you are using standalone installation, check the systemd logs:
```bash
journalctl -u ztnet.service
```

0 comments on commit 39ae479

Please sign in to comment.