feat: document TINYAUTH_AUTH_STANDALONE option#70
feat: document TINYAUTH_AUTH_STANDALONE option#70jacekkow wants to merge 1 commit intosteveiliop56:mainfrom
Conversation
📝 WalkthroughWalkthroughDocumentation updated to reflect a new authentication configuration option ( Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
src/content/docs/docs/getting-started.mdx (1)
69-69: Add a direct reference link for faster discoverability.Line [69] mentions
TINYAUTH_AUTH_STANDALONEbut doesn’t link to the configuration reference; adding a link would make this easier to follow.✍️ Suggested doc tweak
-Tinyauth sets a cookie for the parent domain of the application URL, unless `TINYAUTH_AUTH_STANDALONE=true` is set. For example, if the application URL is `http://tinyauth.example.com`, the cookie is set for `.example.com`, enabling authentication across all subdomains. Below is an example of an ideal domain structure: +Tinyauth sets a cookie for the parent domain of the application URL, unless [`TINYAUTH_AUTH_STANDALONE=true`](/docs/reference/configuration) is set. For example, if the application URL is `http://tinyauth.example.com`, the cookie is set for `.example.com`, enabling authentication across all subdomains. Below is an example of an ideal domain structure:🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@src/content/docs/docs/getting-started.mdx` at line 69, Replace the plain mention of TINYAUTH_AUTH_STANDALONE in the Getting Started text with a direct Markdown link to the configuration reference for that environment variable (wrap `TINYAUTH_AUTH_STANDALONE=true` in a link to the existing configuration docs/anchor for TINYAUTH_AUTH_STANDALONE) so readers can click through to the config details from the Getting Started page.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@src/content/docs/docs/getting-started.mdx`:
- Line 69: Replace the plain mention of TINYAUTH_AUTH_STANDALONE in the Getting
Started text with a direct Markdown link to the configuration reference for that
environment variable (wrap `TINYAUTH_AUTH_STANDALONE=true` in a link to the
existing configuration docs/anchor for TINYAUTH_AUTH_STANDALONE) so readers can
click through to the config details from the Getting Started page.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: def4e910-bf84-4f93-82c9-d3152b0c6d4f
📒 Files selected for processing (2)
src/content/docs/docs/getting-started.mdxsrc/content/docs/docs/reference/configuration.mdx
Documentation updates for feature from steveiliop56/tinyauth#710
Summary by CodeRabbit
TINYAUTH_AUTH_STANDALONEconfiguration option controlling subdomain cookie behavior