Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niraj-khatiwada/next-express-authentication
Custom express authentication with nextjs frontend. httpOnly cookie based authentication.
https://github.com/niraj-khatiwada/next-express-authentication
Last synced: about 1 month ago
JSON representation
Custom express authentication with nextjs frontend. httpOnly cookie based authentication.
- Host: GitHub
- URL: https://github.com/niraj-khatiwada/next-express-authentication
- Owner: niraj-khatiwada
- Created: 2023-09-26T05:16:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-26T10:20:53.000Z (over 1 year ago)
- Last Synced: 2023-09-26T12:25:11.478Z (over 1 year ago)
- Language: TypeScript
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
## Next 13 + Express Authentication
- Custom Express authentication with Next.js frontend.
- httpOnly cookie based authentication.
- Next: `middleware.ts` to verify cookies and user authentication on server side.
- Next: `app/profile` to get client side user info### Commands:
Express:
`tsc -w`
`node --watch ./dist/server.js`Next:
`yarn dev`