Created
July 22, 2019 00:53
-
-
Save faustoct1/68e7bc1ce711102800f1849ad9731399 to your computer and use it in GitHub Desktop.
session jwt init
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sha256 = Digest::SHA256.hexdigest "some key goes here you should generate yours" | |
HMAC_SECRET = sha256 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment