roadster 0.9.0-alpha.8

A "Batteries Included" web framework for rust designed to get you moving fast.
Documentation
1
2
3
4
5
6
7
8
9
---
source: src/config/auth/mod.rs
expression: auth
---
[jwt]
secret = 'foo'
[jwt.claims]
audience = []
required-claims = ['baz']