https://github.com/guilherme-codes/nuxt-auth0
A simple Oauth authentication using Nuxt and Auth0
https://github.com/guilherme-codes/nuxt-auth0
auth0 nuxt nuxt3 oauth oauth2
Last synced: 4 months ago
JSON representation
A simple Oauth authentication using Nuxt and Auth0
- Host: GitHub
- URL: https://github.com/guilherme-codes/nuxt-auth0
- Owner: guilherme-codes
- Created: 2025-02-19T12:32:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-09T20:12:37.000Z (about 1 year ago)
- Last Synced: 2025-08-25T16:37:28.043Z (10 months ago)
- Topics: auth0, nuxt, nuxt3, oauth, oauth2
- Language: TypeScript
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authentication with Nuxt and Auth0
- This is an authentication example using Nuxt and Auth, combined with Iron Session to create secure sessions.
- It's based on [nuxt-auth-utils](https://github.com/atinux/nuxt-auth-utils/) package.
- It uses Nitro and Iron session to create, update and delete cookies from server.