Joaram69-gif/zig-common-access-token
Zig implementation of Common Access Token (CTA-5007).
bash
git clone https://github.com/Joaram69-gif/zig-common-access-token.git
cd zig-common-access-token
bash
zig build
std.debug.print("Generated Token: {}\n", .{token});
const isValid = CommonAccessToken.validate(token, "your-secret-key");
std.debug.print("Is token valid? {}\n", .{isValid});
}
```
Important Methods
bash
git checkout -b feature/your-feature-name
bash
git commit -m "Add your message here"
bash
git push origin feature/your-feature-name