Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anusree6154s/auth-app
App to study different authentication methods
https://github.com/anusree6154s/auth-app
jwt nextjs oauth2 oidc passwordless-authentication typescript
Last synced: 4 days ago
JSON representation
App to study different authentication methods
- Host: GitHub
- URL: https://github.com/anusree6154s/auth-app
- Owner: Anusree6154s
- Created: 2025-01-08T05:17:47.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2025-01-08T08:55:22.000Z (8 days ago)
- Last Synced: 2025-01-08T09:39:49.606Z (8 days ago)
- Topics: jwt, nextjs, oauth2, oidc, passwordless-authentication, typescript
- Language: TypeScript
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Auth App
To study diff auth methods
### Teachstack
1. **Framework**: NodeJS, ExpressJS, TypeScript, ReactJS
2. **Authentication**: Passport, JsonWebToken, OpenID Connect, Express Session
3. **Others**: Redis, Nodemailer, Cors### Features - Auth methods
1. Basic Auth
2. OAuth based auth
3. JWT token based auth
4. Session based auth
5. Passwordless auth
6. Open ID Connect (OIDC) based auth- For each of the authentication method 3 routes are made: Signup/Signin, Checkauth and logout
Notes: [notes.md](./notes.md)