Skip to content

Fix length of the generated cookie secret#501

Merged
tale merged 1 commit intotale:mainfrom
AgathaSorceress:main
Mar 19, 2026
Merged

Fix length of the generated cookie secret#501
tale merged 1 commit intotale:mainfrom
AgathaSorceress:main

Conversation

@AgathaSorceress
Copy link
Contributor

openssl rand takes the number of bytes, rather than characters. Since each character in base64 represents 6 bits, the correct number of bytes should be 24.

@AgathaSorceress AgathaSorceress requested a review from tale as a code owner March 18, 2026 14:05
@github-actions github-actions bot added the Docs Improvements or additions to documentation label Mar 18, 2026
@tale tale merged commit 5aa17e4 into tale:main Mar 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Docs Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants