> For the complete documentation index, see [llms.txt](https://stilmark-dev.gitbook.io/base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stilmark-dev.gitbook.io/base/examples.md).

# Examples

- [Request Class Usage](https://stilmark-dev.gitbook.io/base/examples/request-usage.md)
- [Defining Routes & Controllers](https://stilmark-dev.gitbook.io/base/examples/routes-controllers.md)
- [Returning JSON & CSV](https://stilmark-dev.gitbook.io/base/examples/responses.md)
- [Using Env in Code](https://stilmark-dev.gitbook.io/base/examples/env-usage.md)
- [OAuth Login Flow](https://stilmark-dev.gitbook.io/base/examples/oauth.md)
- [Session-Based Authentication](https://stilmark-dev.gitbook.io/base/examples/session-auth.md)
- [JWT Authentication](https://stilmark-dev.gitbook.io/base/examples/jwt.md)
- [Route Protection with Middleware](https://stilmark-dev.gitbook.io/base/examples/middleware.md)
- [CORS Setup](https://stilmark-dev.gitbook.io/base/examples/cors-setup.md)
