Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reaganm02/nuxt3-mongodb-refresh-access-token
Nuxt 3 Authentication with MongoDB, Refresh Access Tokens, and Email Verification/Password Reset Functionality. With live demo
https://github.com/reaganm02/nuxt3-mongodb-refresh-access-token
athentication elasticemail formkit jsonwebtoken mongodb nuxt nuxt3 nuxtjs tailwindcss typescript vue3
Last synced: about 1 month ago
JSON representation
Nuxt 3 Authentication with MongoDB, Refresh Access Tokens, and Email Verification/Password Reset Functionality. With live demo
- Host: GitHub
- URL: https://github.com/reaganm02/nuxt3-mongodb-refresh-access-token
- Owner: ReaganM02
- Created: 2023-08-04T15:58:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-18T11:34:01.000Z (over 1 year ago)
- Last Synced: 2024-01-27T07:42:29.338Z (11 months ago)
- Topics: athentication, elasticemail, formkit, jsonwebtoken, mongodb, nuxt, nuxt3, nuxtjs, tailwindcss, typescript, vue3
- Language: TypeScript
- Homepage: https://nuxt3-mongo-db-authentication.vercel.app
- Size: 1.19 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Authentication using MongoDB, Refresh access token & Email Verification.
This demo showcases seamless user authentication, featuring a refresh access token mechanism for API route protection. After registering, a verification email will be sent same thin when requesting a password reset. All-in-one example covering sign up, sign in, account verification, and password management.
[![Video Example](./public//thumbnail-1.jpg)](https://www.youtube.com/watch?v=y6ulxSMYf40)
Dashboard Example
![Dashboard Example with Refresh Access Token](./public/dashboard-example.jpg)Account Verification email template.
![Account Verification](./public/account-verification.png)Password Reset email template
![Password Reset](./public/password-reset.png)