Skip to content

feat: add qwik framework#21

Closed
Shane-Donlon wants to merge 1 commit intonextauthjs:mainfrom
Shane-Donlon:feat-add-qwik-framework
Closed

feat: add qwik framework#21
Shane-Donlon wants to merge 1 commit intonextauthjs:mainfrom
Shane-Donlon:feat-add-qwik-framework

Conversation

@Shane-Donlon
Copy link
Copy Markdown

☕️ Reasoning

🧢 Checklist

  • Documentation
  • Tests
  • Ready to be merged

🎫 Affected issues

Hi team,
Apologies I didn't add this as an issue before.

When running npm exec auth secret for a Qwik Project I was getting the below error.
No framework detected. Currently supported frameworks are: next, sveltekit, express
No documentation changes.

The changes I have suggested resolve this.

Also for awareness when Qwik V2 is released in the future the name will be updated.
This or statement will capture Qwik V1 & Qwik V2,

    if (
      packageJson?.devDependencies?.["@qwik.dev/router"] ||
      packageJson?.devDependencies?.["@builder.io/qwik-city"]
    ) {
      foundFrameworks.push("qwik")
    }

I did test this NPM link and works for both V1 & V2.

if .env.local file exists

  • append AUTH_SECRET to already existing .env.local file
    if not .env.local file exists
  • creates .env.local file and adds AUTH_SECRET to the file.

I hope this PR is welcome ❤️

Notes:
This PR is in draft status as I did not log an issue,
if the PR is welcome I can update from draft status.

Thank you!

📌 Resources

@gioboa
Copy link
Copy Markdown

gioboa commented Feb 4, 2025

Thanks @Shane-Donlon for your help 👏

@stale
Copy link
Copy Markdown

stale Bot commented Apr 25, 2025

It looks like this issue did not receive any activity for 60 days. It will be closed in 7 days if no further activity occurs. If you think your issue is still relevant, commenting will keep it open. Thanks!

@stale stale Bot added the stale label Apr 25, 2025
@stale stale Bot removed the stale label Apr 25, 2025
@stale
Copy link
Copy Markdown

stale Bot commented Jun 26, 2025

It looks like this issue did not receive any activity for 60 days. It will be closed in 7 days if no further activity occurs. If you think your issue is still relevant, commenting will keep it open. Thanks!

@stale stale Bot added the stale label Jun 26, 2025
@stale
Copy link
Copy Markdown

stale Bot commented Jul 18, 2025

To keep things tidy, we are closing this issue for now. If you think your issue is still relevant, leave a comment and we might reopen it. Thanks!

@stale stale Bot closed this Jul 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants