authjs-nuxt icon indicating copy to clipboard operation
authjs-nuxt copied to clipboard

AuthJS edge-compatible authentication Nuxt module.

Results 58 authjs-nuxt issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@auth/core](https://authjs.dev) ([source](https://redirect.github.com/nextauthjs/next-auth)) | [`^0.17.0` -> `^0.35.3`](https://renovatebot.com/diffs/npm/@auth%2fcore/0.17.0/0.35.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@auth%2fcore/0.35.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm)) | [`8.9.2` -> `9.12.0`](https://renovatebot.com/diffs/npm/pnpm/8.9.2/9.12.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/Hebilicious/authjs-nuxt). ## Rate-Limited These updates are currently rate-limited....

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxt/devtools](https://devtools.nuxt.com) ([source](https://togithub.com/nuxt/devtools/tree/HEAD/packages/devtools)) | [`^0.8.5` -> `^1.3.1`](https://renovatebot.com/diffs/npm/@nuxt%2fdevtools/0.8.5/1.3.1) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jose](https://redirect.github.com/panva/jose) | [`^4.15.4` -> `^5.9.3`](https://renovatebot.com/diffs/npm/jose/4.15.4/5.9.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/jose/5.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jose/5.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`8.51.0` -> `9.11.1`](https://renovatebot.com/diffs/npm/eslint/8.51.0/9.11.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

### Describe the feature Is there any reason why "@auth/core" is still "^0.17.0"? Is this module still in development? ### Additional information - [ ] Would you be willing to...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [conventional-changelog-cli](https://togithub.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme) ([source](https://togithub.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-cli)) | [`^4.1.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/conventional-changelog-cli/4.1.0/5.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/conventional-changelog-cli/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://redirect.github.com/vitest-dev/vitest) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`^0.34.6` -> `^2.1.2`](https://renovatebot.com/diffs/npm/vitest/0.34.6/2.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/2.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

### Describe the feature ``` authJs: { verifyClientOnEveryRequest: true, }, ``` It is sending a request for a fixed link, and I want to assign it to another link or...