Skip to content

Commit

Permalink
Remove csrfProtection.baseDomain config (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper authored Aug 17, 2023
1 parent a7874ed commit af7d564
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .auri/$qglfylf6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
package: "lucia" # package name
type: "patch" # "major", "minor", "patch"
---

Remove unused and undocumented `csrfProtection.baseDomain` configuration
1 change: 0 additions & 1 deletion packages/lucia/src/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,6 @@ export type Configuration<
csrfProtection?:
| boolean
| {
baseDomain: string;
allowedSubDomains: string[] | "*";
};
sessionExpiresIn?: {
Expand Down

0 comments on commit af7d564

Please sign in to comment.