mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-09 00:00:12 +02:00
Add oauth2 example (#144)
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
- [`404`](../examples/404.rs) - Custom 404 page.
|
||||
- [`async-graphql`](../examples/async-graphql) - GraphQL example using [`async-graphql`](https://crates.io/crates/async-graphql).
|
||||
- [`tracing_aka_logging`](../examples/tracing_aka_logging) - How to setup and configure tracing/logging.
|
||||
- [`oauth`](../examples/oauth.rs) - Implementing authentication using [`oauth2`](https://crates.io/crates/oauth2) and [`async-session`](https://crates.io/crates/async-session).
|
||||
|
||||
|
||||
# Community showcase
|
||||
|
||||
|
||||
Reference in New Issue
Block a user