From 16c71089f0069746bf864698c3320e70f7f0f6c6 Mon Sep 17 00:00:00 2001 From: Pal Kerecsenyi Date: Tue, 23 Jan 2024 15:53:04 +0000 Subject: [PATCH] Add readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d5838d2 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# PalAuth IAM Rust Client + +A client for the PalAuth IAM API for Rust programs. + +Currently only supports the permission `check` operation. + +Comes with unit tests!