Commit Graph
16 Commits
Author SHA1 Message Date
Andrei ZolkinandGitHub 283bbfbd36 Add JWT auth example as community showcase (#309) 2021-09-08 06:15:17 +00:00
zhihanzandGitHub 835432b5c9 Add datafuse as community showcase (#302) 2021-09-02 08:16:49 +02:00
David PedersenandGitHub 6c9651c14a Move all examples to their own crates (#201)
This makes it much clearer which dependencies each example has.
2021-08-18 00:49:01 +02:00
Harrison BurtandGitHub 292d174a73 correct hyper link to add the .rs suffix. (#183)
This fixes the broken redirect for `tracing_aka_logging` which current redirects to what it thinks is a folder instead of a file, resulting in a 404.
2021-08-15 22:55:33 +02:00
fluunkeandGitHub 0674c9136a Add oauth2 example (#144) 2021-08-08 17:22:24 +02:00
David PedersenandGitHub 2389761ce7 Add dedicated tracing/logging example (#155)
Useful to link to since several have asked.
2021-08-07 22:11:55 +02:00
Grzegorz BaranskiandGitHub f18e423fb0 docs: add community showcase (#126) 2021-08-05 13:47:19 +02:00
SunliandGitHub 09ecd42b32 Add async-graphql example (#93)
Fixes https://github.com/tokio-rs/axum/issues/68
2021-08-04 12:10:20 +02:00
Mateusz KiebleszandGitHub b0457c08e8 Add 404 page example (#97) 2021-08-03 17:00:21 +02:00
Javier ViolaandGitHub c6b7ad0f33 Add chat example documentation. (#85) 2021-08-02 21:42:10 +02:00
David PedersenandGitHub ea82acd175 Add sessions and cookies examples (#65)
Uses [`async-session`](https://crates.io/crates/async-session).
2021-08-01 09:15:44 +02:00
David PedersenandGitHub 132da26d5b Add unix domain socket example (#53)
Not actually related to Axum, can be implemented directly with Hyper, but I figure its nice to have for demonstration and might help catch accidental breaking changes in the future.
2021-07-31 12:22:38 +02:00
David Pedersen 21db427077 Update examples readme 2021-07-22 15:42:04 +02:00
David PedersenandGitHub 5a5710d290 Rename to axum (#28) 2021-07-09 21:36:14 +02:00
David Pedersen 3fc7f1880f Rename tokio-postgres example 2021-06-19 15:40:46 +02:00
David PedersenandGitHub 8d8cc3ba3d Examples readme (#25)
* Examples readme

* link?
2021-06-19 14:06:49 +02:00