Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
duysolo committed Dec 14, 2024
1 parent ca5af30 commit 66ac677
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,12 @@ interface IAuthDefinitions {
*/
ignoredRoutes?: string[]

enableHashingToken?: boolean
/**
* Used to encode/decode the access/refresh token
* 32 characters string
*/
hashingSecretKey: string
hashingSecretKey?: string

/**
* We accepted these 3 values: cookie|bearer|both
Expand Down

0 comments on commit 66ac677

Please sign in to comment.