Skip to content

Commit

Permalink
chore: move README to the first level of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
LwveMike committed Jun 12, 2024
1 parent d550f3f commit ddec4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/README.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The paths of the keys generated should be added to config.
/* Expiry should be represented in seconds, because we will do some calculations on it, for cookies and database time.
*/
// Other formats supported: Eg: 60, "2 days", "10h", "7d"
"jwt.access-token.expiry": 3600 // 1 hour,
"jwt.access-token.expiry": 3600, // 1 hour

// Path to public key for refresh token
"jwt.refresh-token.pub.key": "/path/to/refresh-token/public.key",
Expand Down

0 comments on commit ddec4fe

Please sign in to comment.