mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 15:13:57 +00:00
nextauth
# What does this PR do? ## Test Plan
This commit is contained in:
parent
83c89265e0
commit
464b96cb09
23 changed files with 577 additions and 81 deletions
6
llama_stack/ui/app/api/auth/[...nextauth]/route.ts
Normal file
6
llama_stack/ui/app/api/auth/[...nextauth]/route.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import NextAuth from "next-auth";
|
||||
import { authOptions } from "@/lib/auth";
|
||||
|
||||
const handler = NextAuth(authOptions);
|
||||
|
||||
export { handler as GET, handler as POST };
|
||||
Loading…
Add table
Add a link
Reference in a new issue