Refactor to base on mummy instead of jester.

This commit is contained in:
2025-01-01 11:22:48 -06:00
parent 9a510389d3
commit 6bee730d7a
5 changed files with 180 additions and 113 deletions

View File

@@ -1,6 +1,6 @@
# Package
version = "0.3.0"
version = "0.4.0"
author = "Jonathan Bernard"
description = "Jonathan's opinionated extensions and auth layer for Jester."
license = "MIT"
@@ -12,7 +12,7 @@ srcDir = "src"
requires "nim >= 1.6.2"
# from standard nimble repo
requires @["bcrypt", "jester >= 0.5.0", "uuids"]
requires @["bcrypt", "mummy", "uuids", "webby"]
# from https://git.jdb-software.com/jdb/nim-packages
requires @["jwt_full >= 0.2.0", "namespaced_logging >= 0.3.0"]