Skip to content

Instantly share code, notes, and snippets.

View ikkez's full-sized avatar

Christian Knuth ikkez

View GitHub Profile
@ikkez
ikkez / config.ini
Created July 20, 2021 15:24
FireJWT
[FireJWT]
;##########################
; JSON-Web-Token settings
;##########################
expiration = 2592000
;##################: Method 1: HMAC SHA512
algorithm = HS512
private_key = 123456abcdef
;##################: Method 2: RSA SHA256 with 2048bit private key