docs: rename GOOGLE_OAUTH.md → AUTHENTICATION.md, update references

This commit is contained in:
Jacob Magar
2026-03-16 11:12:25 -04:00
parent cc24f1ec62
commit d59f8c22a8
3 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ python3 -c "import secrets; print(secrets.token_hex(32))"
**Omit all auth vars to run without auth** (default — open server).
**Full guide:** [`docs/GOOGLE_OAUTH.md`](docs/GOOGLE_OAUTH.md)
**Full guide:** [`docs/AUTHENTICATION.md`](docs/AUTHENTICATION.md)
## Architecture

View File

@@ -282,7 +282,7 @@ Clients present it as `Authorization: Bearer <UNRAID_MCP_API_KEY>`. Set both `GO
Omit both to run without authentication (default — open server).
**Full guide:** [`docs/GOOGLE_OAUTH.md`](docs/GOOGLE_OAUTH.md)
**Full guide:** [`docs/AUTHENTICATION.md`](docs/AUTHENTICATION.md)
---