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