Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`