Skip to content

Commit

Permalink
fix: add to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaro00 committed Mar 12, 2024
1 parent 8d72da8 commit 8b8fc9e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@ path = "axum/jwt-authentication"
use_cases = ["Web app", "Authentication"]
tags = ["axum", "jwt"]

[templates.axum-oauth2]
title = "OAuth authentication"
description = "Use Google OAuth to authenticate API endpoints"
path = "axum/oauth2"
use_cases = ["Web app", "Authentication"]
tags = ["axum", "oauth"]

[templates.axum-postgres]
title = "Postgres"
description = "Todo list with a Postgres database"
Expand Down

0 comments on commit 8b8fc9e

Please sign in to comment.