Files
stepfun-vector-stores-admin/.gitignore
Sat Naing be3d7d884d feat(clerk): add Clerk for auth and protected route (#146)
* feat: implement clerk auth

* refactor: extract authenticated route layout

* fix: add signUpFallbackRedirectUrl in ClerkProvider

* fix: add default email address in clerk sign in

* feat: add user-management flow with Clerk auth

* refactor: extract learn-more component

* chore: add learn more button in clerk auth layout

* fix: update nav title for Clerk

* fix: add example env file

* feat(clerk): add fallback UI when publishable key is missing

* docs(clerk): add clerk in readme
2025-05-25 11:44:24 +07:00

27 lines
259 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
.env
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?