Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/imrdjai/vps-nextauth-example
- Owner: iMrDJAi
- License: mit
- Created: 2022-07-14T21:48:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T19:13:56.000Z (over 2 years ago)
- Last Synced: 2023-05-31T21:15:26.406Z (over 1 year ago)
- Language: TypeScript
- Size: 131 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).