mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 00:46:44 -05:00
docs: fix typo in cookies.mdx (#182)
fix typo in cookies.mdx which said ¨expiremental¨ instead of ¨experimental¨
This commit is contained in:
@@ -9,7 +9,7 @@ Core Better Auth cookies like `session` and `csrf` will follow `betterauth.${coo
|
||||
|
||||
All cookies are `httpOnly` and `secure` if the server is running in production mode.
|
||||
|
||||
### Cross Subdomain Cookies (🧪 Expiremental)
|
||||
### Cross Subdomain Cookies (🧪 Experimental)
|
||||
|
||||
Sometimes you may need to share cookies across subdomains. For example, if you have `app.example.com` and `example.com`, and if you authenticate on `example.com`, you may want to access the same session on `app.example.com`.
|
||||
|
||||
@@ -80,4 +80,4 @@ Untrusted requests without valid tokens will result in a `403` error.
|
||||
|
||||
<Callout type="warn">
|
||||
You can also disable CSRF token check for all clients by setting `advanced.disableCSRFCheck` option on the server. You should only do this if your framework handles CSRF protection itself.
|
||||
</Callout>
|
||||
</Callout>
|
||||
|
||||
Reference in New Issue
Block a user