Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xxx #2277

Merged
merged 3 commits into from
Oct 8, 2024
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)

---
Loading