Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imrdjai/vps-nextauth-example

An advanced example of Vite Plugin SSR and NextAuth.js working together!
https://github.com/imrdjai/vps-nextauth-example

Last synced: about 19 hours ago
JSON representation

An advanced example of Vite Plugin SSR and NextAuth.js working together!

Awesome Lists containing this project

README

        

# vps-nextauth-example
An advanced example of Vite Plugin SSR and NextAuth.js working together!

## Features & Specs
- Custom credentials.
- Custom register/login pages.
- Email verification.
- Front-end made with React and Material UI.
- JWT.
- MongoDB as a database for users.
- User status stored as binary flags to save space.
- 100% TypeScript.

## Missing
- Logout functionality (with temporary JWT blacklisting).
- OTP verification (email code, link).