| 1 | id: raz0lqnollhuhz5bq5n57pbo8cwm9l55z475i4ufcpzl57ez |
| 2 | name: oauth2 |
| 3 | main: oauth2.zig |
| 4 | license: MIT |
| 5 | description: HTTP handler functions to allow you to easily add OAuth2 login support to your Zig application |
| 6 | files: |
| 7 | - www |
| 8 | dependencies: |
| 9 | - src: git https://github.com/nektro/zig-pek |
| 10 | - src: git https://github.com/nektro/zig-extras |
| 11 | - src: git https://github.com/nektro/zig-whatwg-url |
| 12 | - src: git https://github.com/nektro/zig-net-http |
| 13 | - src: git https://github.com/nektro/zig-nio |
| 14 | - src: git https://github.com/nektro/zig-json |
| 15 | root_dependencies: |
| 16 | - src: git https://github.com/nektro/zig-nio |
| 17 | - src: git https://github.com/nektro/zig-net-http |
| 18 | - src: git https://github.com/nektro/zig-json |