From bbd0b5ef4042e5f77c00145d40b4592642e64478 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Fri, 10 Sep 2021 19:27:40 -0700 Subject: [PATCH] add README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..8bc31718216c360ade5c09dc748fcd8d586405b0 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# zig-oauth2 + +HTTP handler functions to allow you to easily add OAuth2 login support to your Zig application. + +## Built With +- Zig master + - https://github.com/ziglang/zig +- Zigmod package manager + - https://github.com/nektro/zigmod + +## Install +``` +zigmod aq add 1/nektro/oauth2 +``` + +## License +MIT -- 2.54.0