Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ketannnn
/
pdfs
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
pdfs
/
frontend
/
src
/
app
/
api
/
auth
/
[...nextauth]
/
route.ts
ketannnn
New start
2cacf4c
2 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
162 Bytes
import
NextAuth
from
"next-auth"
;
import
{ authOptions }
from
"@/lib/auth"
;
const
handler =
NextAuth
(authOptions);
export
{ handler
as
GET
, handler
as
POST
};