# 🍓 Starstraw A simple skill-based authentication back-end with permissions that feels like a game. ## Examples Example usage (serving just the API) can be found in the `examples/` directory [here](https://github.com/hkauso/starstraw/tree/master/examples). For a more complete example, you can view a simple Markdown pastebin project which includes Starstraw [here](https://github.com/hkauso/sealable). ## Usage You can add Pongo as a dependency using the command below: ```bash cargo add starstraw --no-default-features ```