Skip to content

Commit

Permalink
Fix TS definition for appSessionSecret
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Jan 17, 2020
1 parent b9feb4a commit 800ffe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface ConfigParams {
* REQUIRED. The secret(s) used to derive an encryption key for the user identity in a session cookie.
* Can use env key APP_SESSION_SECRET instead.
*/
appSessionSecret: boolean | string | string[];
appSessionSecret?: boolean | string | string[];

/**
* Boolean value to enable Auth0's logout feature.
Expand Down

0 comments on commit 800ffe0

Please sign in to comment.