auth icon indicating copy to clipboard operation
auth copied to clipboard

An alternative module to @nuxtjs/auth

Results 18 auth issues
Sort by recently updated
recently updated
newest added

### Environment const $auth = useAuth() onBeforeMount(()=>{ userLogin() }) async function userLogin() { try { const response = await $auth.loginWith('discord') console.log(response) } catch (err) { console.log(err) } } ### Nuxt...

pending triage

hi, I need to POST url encoded username/password to login for for some reason auth is intercepting the login and failing the config looks like: ```ts export default defineNuxtConfig({ //...

### Environment ------------------------------ - Operating System: Windows_NT - Node Version: v20.9.0 - Nuxt Version: 3.9.3 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: -...

pending triage

### Environment @nuxt-alt/auth 3.1.4 @nuxt-alt/http 1.7.10 node 18.18.2 npm 9.8.1 vue 3.3.8 nuxt 3.8.2 ### Nuxt Config ``` auth: { strategies: { local: { endpoints: { login: { baseURL: process.env.API_URL,...

pending triage

### Environment - Operating System: `Darwin` - Node Version: `v21.5.0` - Nuxt Version: `3.9.3` - CLI Version: `3.10.0` - Nitro Version: `2.8.1` - Package Manager: `[email protected]` - Builder: `-` -...

bug

# **Changes & Additions** ### **TypeScript** - Internal typescript fixes for strategies (v3.1.7) - Basic descriptions for module options (since v3.1.5) ### **Auth Core** - Apply Fix for: https://github.com/nuxt-alt/auth/discussions/106 (v3.1.7)...

### Environment ------------------------------ - Operating System: Linux - Node Version: v18.18.0 - Nuxt Version: 3.12.3 - CLI Version: 3.12.0 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: -...

pending triage

### Environment ``` - Operating System: Darwin - Node Version: v20.16.0 - Nuxt Version: 3.12.4 - CLI Version: 3.12.0 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: -...

pending triage

### Environment @nuxt-alt/auth 3.1.4 @nuxt-alt/http 1.7.10 node 18.18.2 npm 9.8.1 vue 3.3.8 nuxt 3.8.2 ### Nuxt Config ``` auth: { stores: { state: { namespace: "auth", }, pinia: { enabled:...

pending triage

### Environment - Operating System: Darwin - Node Version: v18.20.3 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: - -...

pending triage