Closed RashJrEdmund closed 3 weeks ago
Rebased to main branch and Intergrated clerk authentication.
@clerk/nextjs
.env.local
.env.example
./src/middleware.ts
profile
UserButton
auth
"@clerk/nextjs/server"
Resolves #9
Rebased to main branch and Intergrated clerk authentication.
@clerk/nextjs
.env.local
file. (Created a copy with no sensitive data as.env.example
)./src/middleware.ts
file.profile
route where I rendered the ClerkUserButton
component Also used Clerk components andauth
api from"@clerk/nextjs/server"
to check for user and render the appropiate UI. Server rendered components and added a profile routes tooResolves #9