How-To Guides¶
Practical recipes for common pico-server-auth tasks.
Guides¶
- Embed in App — Run pico-server-auth inside your pico-boot application alongside your own controllers.
- Standalone — Deploy pico-server-auth as a dedicated auth microservice.
- Custom Challenge Store — Replace the in-memory challenge store with Redis, a database, or any shared storage.
- Testing — Test your application with pico-server-auth in pytest.