From f59f6542cbe1bc04d535e75b1ea4c13ff9703080 Mon Sep 17 00:00:00 2001 From: Eric Miguel Date: Mon, 29 Jan 2024 18:06:09 -0300 Subject: [PATCH] feat: simpler jwt exp (#13) * feat: simpler and more flexible make_jwt utility function The function now accepts a delta value in hours, with the possibility of also inserting a base time value for such a sum. * docs: update encode_jwt_token syntax on readme example