-
-
Notifications
You must be signed in to change notification settings - Fork 763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add clerk integration in /next branch #364
feat: add clerk integration in /next branch #364
Conversation
Someone is attempting to deploy a commit to the Noodle Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, there are some changes that need to be done however:
- add sign in / sign up pages for clerk.
- add clerk environment variables to env.ts.
- make the middleware only run on routes that start with /app because we wouldn't want to rate limit or check for authentication outside of that.
I also so see that you have also copied over the upstash rate limiting flow, I would change up the PR scope/title to match this then, something like feat: adds clerk & upstash integrations
@ixahmedxi I have made the changes you suggested, please let me know if anything more needs to be done:) |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* feat: initial commit for next branch * chore: adds .ds_store files to .gitignore * feat: todos in readme * feat: initialises gh actions * fix: cspell config formatting * chore: mark gh actions task as completed * feat: initialises playwright e2e testing * fix: bun test should run only on spec files in src * refactor: name playwright upload artifact step * refactor: move home page under (marketing) * feat: adds proper seo handling This commit brings the following changes: - Adds proper seo handling - Adds pink & salmon custom color palettes to tailwind. - Adds construct metadata utility function. - Enables react strict mode and disables eslint & typescript checks in next config. - Adds favicon, thumbnail images. * feat: initialises work on new marketing pages * fix: lint * fix: e2e tests * chore: adds playwright folders to clean script * chore: updates all dependencies * feat: adds red color scales made by kami * refactor: makes indigo glow bigger * feat: button primitive & usage on home page * feat: blur navbar on scroll & light/dark dashboard preview image * feat: add clerk integration in /next branch (#364) * feat: add clerk integration in /next branch * feat: add signin & signup pages, add env variables to env.ts * feat: adds env variables example * feat: dashboard page initialisation * fix: ci environment in pipeline * fix: exposes clerk & upstash env vars to ci * chore: remove forms tailwind plugin --------- Co-authored-by: ManavJoshi <manavjoshi@socialpilot.co> Co-authored-by: Ahmed Elsakaan <ahmedtarek3214@gmail.com> * refactor: next clerk publishable key to vars * chore: update todos * chore: removes jsdoc & tailwindcss prettier plugins because eslint * feat: drizzle-orm/neon db integration * fix: run main ci on next branch * feat: adds db url to env example * feat: trpc api * feat: better auth routes organisation * feat: resend & react email integration * fix: adds resend api key to gh workflows * feat: better colours, light mode support & db schema * feat: early access page * chore: trust postinstall scripts * chore: updates deps * feat: early access page title * feat: refine todos in readme * feat: new todo * chore: exclude branch_out file * feat: progress towards the landing page * feat: navbar & features * fix: hydration error * feat: responsiveness in landing page * feat: desktop footer * feat: responsiveness * fix: lint * chore: updates deps * feat: mobile navbar * fix: adds missing mobile nav links * feat: final navbar touches * chore: updates deps * chore: updates deps * fix: makes footer at bottom if content size < screen size * feat: tos & privacy policy * chore: updates todos * chore: update .env.example * fix: hydration error * feat: wip blog with next-mdx-remote * feat: blogs page * feat: blog post * chore: remove unused stuff with next.config.js * feat: sentry * fix: ci environment vars * 404 not found * feat: ship it * chore: update readme * fix: lint --------- Co-authored-by: Manav H Joshi <73978411+ManavJoshi111@users.noreply.github.com> Co-authored-by: ManavJoshi <manavjoshi@socialpilot.co>
Resolves #363
This PR will add the clerk authentication in the /next branch.