Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sidebase/nuxt-auth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.1
Choose a base ref
...
head repository: sidebase/nuxt-auth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-rc.1
Choose a head ref
  • 6 commits
  • 27 files changed
  • 6 contributors

Commits on Apr 10, 2025

  1. Configuration menu
    Copy the full SHA
    5e6182f View commit details
    Browse the repository at this point in the history
  2. Enh(#843): Allow signup flow return data when preventLoginFlow is true (

    #903)
    
    * added enhancment to allow signUp function return response if SignUpOption?.PreventLoginFlow is true
    
    * sign up function to return data, test written
    
    * Discard changes to pnpm-lock.yaml
    
    * fix: oxlint issue
    
    * enh: added generic type support to signUp function for flexible return types
    
    * Resolved lint errors and formatting issues
    
    * Update src/runtime/composables/local/useAuth.ts
    
    Co-authored-by: Zoey <[email protected]>
    
    * Update playground-local/pages/register.vue by aligning test-ids
    
    Co-authored-by: Marsel Shayhin <[email protected]>
    
    * Update playground-local/pages/register.vue to remove unused test-id regResponse
    
    Co-authored-by: Marsel Shayhin <[email protected]>
    
    * Update playground-local/tests/local.spec.ts by unifying updated test-ids
    
    Co-authored-by: Marsel Shayhin <[email protected]>
    
    * Update src/runtime/composables/local/useAuth.ts
    
    Co-authored-by: Marsel Shayhin <[email protected]>
    
    * fix: fix a type in `signUp` function
    
    * refact: make demo implementation more unified
    
    * test: fix E2E tests
    
    * chore: remove unused imports
    
    ---------
    
    Co-authored-by: Zoey <[email protected]>
    Co-authored-by: Marsel Shayhin <[email protected]>
    Co-authored-by: Marsel Shaikhin <[email protected]>
    4 people authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    fba0eea View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Configuration menu
    Copy the full SHA
    2689f5d View commit details
    Browse the repository at this point in the history
  2. bump dependencies (#1016)

    * chore: bump the dependencies
    
    * style: run linter fix
    phoenix-ru authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    4b3a590 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. chore: refactor useAuth composables to encapsulate context (#1024)

    * chore: refactor useAuth composables to encapsulate context
    
    * chore: increase signup test timeout
    
    * fix: fix playground `signUp` usage
    
    * fix: middleware name in playground
    
    * enh: always return objects from `authjs` signIn
    
    ---------
    
    Co-authored-by: Zoey Kaiser <[email protected]>
    phoenix-ru and zoey-kaiser authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    812fced View commit details
    Browse the repository at this point in the history
  2. 1.0.0-rc.1

    phoenix-ru committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    07199b1 View commit details
    Browse the repository at this point in the history
Loading