From b924671978d51f3f5babdafcf2b0ab5194c13802 Mon Sep 17 00:00:00 2001 From: Stan Verberkt <2913270+verberktstan@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:50:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4bfd06c..787f0a5 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ Then you can use the Swark utility functions: ### swark.authom +Atomic authorization. Generate a token for a map, in conjunction with a password and optional secret. And of course check if it matches. + - `with-token`: Returns a map item with a hashed token in it's metadata. - `check`: Checks the password (and optional secret) given a map item. - `disclose`: Returns map item with it's token associated with ::authom/token. Useful for serializing the hashed token.