Skip to content

Conversation

saatvik-10
Copy link

@saatvik-10 saatvik-10 commented Oct 2, 2025

Description

Added authentication provider support to create-next-quick CLI tool. Users can now select from popular auth providers during project setup:

NextAuth.js
Clerk
Firebase Auth
None (default)

Related Issue

Fixes #20

Type of Change

  • Bug fix (non-breaking change addressing an issue)
  • New feature (non-breaking change adding functionality)
  • Breaking change (fix or feature causing existing functionality to break)
  • Documentation update

Testing

  • Tested NextAuth provider selection
  • Tested Clerk provider selection
  • Tested Firebase provider selection
  • Tested "none" option maintains existing behavior with no auth setup

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Screenshots

Screenshot from 2025-10-03 00-41-13

Copy link
Owner

@gaureshpai gaureshpai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can I please get efficient screenshots and screen recording video to ensure that the primary behaviour won't break!
Thankyou

@saatvik-10
Copy link
Author

Can I please get efficient screenshots and screen recording video to ensure that the primary behaviour won't break! Thankyou

Screencast from 2025-10-03 17-29-06.zip

Screenshot from 2025-10-03 17-35-24 Screenshot from 2025-10-03 17-36-02

@saatvik-10 saatvik-10 requested a review from gaureshpai October 3, 2025 12:09
@saatvik-10
Copy link
Author

A screen recording showing the current behaviour and ss pointing out the main changes have been attached

A commit has been made removing the targeted emphasis on auth in the readme markdown as well

@gaureshpai
Copy link
Owner

gaureshpai commented Oct 3, 2025

Hey @saatvik-10, I want the auth providers to run with all setup done with the package, can u please confirm about the same? About the video: I want the video of the package running and the set-up for the auth providers running as expected than the tests running :)
Check ORMs for refrence
Thank you

@gaureshpai
Copy link
Owner

Any updates @saatvik-10 ?

@saatvik-10
Copy link
Author

Any updates @saatvik-10 ?

sry for the delay due to an emergency....will complete the requested by tomorrow in both the repos!

@gaureshpai
Copy link
Owner

@saatvik-10 take your time

@gaureshpai gaureshpai added the question Further information is requested label Oct 5, 2025
@gaureshpai gaureshpai marked this pull request as draft October 5, 2025 19:29
@gaureshpai gaureshpai added the invalid This doesn't seem right label Oct 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request hacktoberfest invalid This doesn't seem right question Further information is requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: auth integration

2 participants