Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thewidlarzgroup/nextjs-authentication

Next.js app with token-based authentication
https://github.com/thewidlarzgroup/nextjs-authentication

authentication expressjs nextjs token-based-authentication

Last synced: 2 months ago
JSON representation

Next.js app with token-based authentication

Awesome Lists containing this project

README

        

This repo is part of our [engineering blog](https://thewidlarzgroup.com/blog/) at TWG :fire:
---
### Installation:

- [ ] Clone and run [backend repo](https://github.com/TheWidlarzGroup/JWTAuthBackend)
- [ ] Run `yarn` from the root
- [ ] Run the app with yarn start

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.