Skip to content
Merged

xxx #2277

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions apps/www/app/templates/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const frameworks = [
"Bun",
"Echo",
"Flask",
"Django",
"Axum",
] as const;
export type Framework = StrArrayToUnion<typeof frameworks>;
Expand Down Expand Up @@ -49,6 +50,17 @@ export type Template = {
};

export const templates: Record<string, Template> = {
"python-django": {
title: "Django endpoint protection with Unkey",
description: "Django application implementing API key-verification with Unkey RBAC.",
authors: ["Ionfinisher"],
repository: "https://github.com/Ionfinisher/unkey-django-template",
image: "/images/templates/python-django.png",
readmeUrl:
"https://raw.githubusercontent.com/Ionfinisher/unkey-django-template/refs/heads/main/README.md",
language: "Python",
framework: "Django",
},
"rust-axum": {
title: "Secure your Rust Axum API",
description: "A Rust API service using Unkey for API key validation with the Axum framwork.",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions oss.gg/7_create_a_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ Your turn 👇

» 06-October-2024 by Nazar Poshtarenko [Protect your Rust + Axum API with Unkey](https://github.com/unrenamed/unkey-rust-axum.git)
» 06-October-2024 by Harsh Bhat [Cost Based ratelimiting](https://github.com/harshsbhat/ordox) [Live](https://ordox.vercel.app/)
» 08-October-2024 by Teddy ASSIH [Django Rest Framework + Unkey](https://github.com/Ionfinisher/unkey-django-template)

---