Add oauth2 example (#144)

This commit is contained in:
fluunke
2021-08-08 17:22:24 +02:00
committed by GitHub
parent d89d061724
commit 0674c9136a
3 changed files with 260 additions and 0 deletions
+2
View File
@@ -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