nuxt-auth-example
nuxt-auth-example copied to clipboard
A example application using nuxt-auth.
### Ask your question my env is : # GITHUB_CLIENT_ID #GITHUB_CLIENT_SECRET NUXT_SECRET="feijign_random_string" ORIGIN=http://121.5.146.136:3000/ # CERTBOT_DOMAIN="YOUR_DOMAIN" # CERTBOT_EMAIL="YOUR_ADMIN_EMAIL" ------------- is I must to config the CERTBOT_DOMAIN? ### Additional information _No response_
### Environment ------------------------------ - Operating System: `Darwin` - Node Version: `v16.13.0` - Nuxt Version: `3.3.2` - Nitro Version: `2.3.2` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `css`,...
### Environment RootDir: /workspace/nuxt-auth-example 09:47:21 Nuxt project info: 09:47:21 ------------------------------ - Operating System: `Linux` - Node Version: `v16.19.0` - Nuxt Version: `3.1.2` - Nitro Version: `2.1.2` - Package Manager: `[email protected]`...
### Ask your question how to protect login page from being accessed when user is already authenticated? or probably this should added as a feature? ### Additional information _No response_
### Describe the feature In https://github.com/sidebase/nuxt-auth/pull/96 we added a custom signin page to the `nuxt-auth` playground. It might be helpful for developers to also see a preview of this in...
### Describe the feature From the nuxt auth doc I'm having a lot of trouble understanding how the backend should work without an example of the local auth provider Could...