https://github.com/shivamrai15/authentication-service
This app keeps information safe with multiple layers of security. User can choose to verify the account through email, sign in with existing accounts from other apps like Google and Github, and even add an extra step of two factor authentication to increase the security of the account.
https://github.com/shivamrai15/authentication-service
aouth2 email-verification next-auth nextjs postgresql prisma-orm react server-actions shadcn-ui tailwindcss two-factor-authentication
Last synced: about 2 months ago
JSON representation
This app keeps information safe with multiple layers of security. User can choose to verify the account through email, sign in with existing accounts from other apps like Google and Github, and even add an extra step of two factor authentication to increase the security of the account.
- Host: GitHub
- URL: https://github.com/shivamrai15/authentication-service
- Owner: Shivamrai15
- Created: 2024-01-08T09:00:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T09:32:07.000Z (over 2 years ago)
- Last Synced: 2025-03-21T19:20:03.815Z (about 1 year ago)
- Topics: aouth2, email-verification, next-auth, nextjs, postgresql, prisma-orm, react, server-actions, shadcn-ui, tailwindcss, two-factor-authentication
- Language: TypeScript
- Homepage: https://authentication-service-chi.vercel.app
- Size: 168 KB
- Stars: 23
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authentication Service
This app keeps information safe with multiple layers of security. User can choose to verify the account through email, sign in with existing accounts from other apps like Google and Github, and even add an extra step of two factor authentication to increase the security of the account.

## Features
- Registration using email confirmation
- Two Factor Authentication
- Server page
- Client page
- Settings page
- Email verification
- Responsive Layout
- Next-auth v5 (Auth.js)
- Oauth Login