Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
enzostvs
/
deepsite
like
16.6k
Running
App
Files
Files
Community
567
Fetching metadata from the HF Docker repository...
main
deepsite
/
app
/
api
/
auth
/
[...nextauth]
/
route.ts
enzostvs
HF Staff
test to fix
5825c28
6 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
161 Bytes
import
NextAuth
from
"next-auth"
;
import
{ authOptions }
from
"@/lib/auth"
;
const
handler =
NextAuth
(authOptions);
export
{ handler
as
GET
, handler
as
POST
};