Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thewidlarzgroup/nextjs-authentication
- Owner: TheWidlarzGroup
- License: mit
- Created: 2021-03-05T11:09:23.000Z (almost 4 years ago)
- Default Branch: starter
- Last Pushed: 2021-07-29T17:32:17.000Z (over 3 years ago)
- Last Synced: 2023-03-03T21:03:49.038Z (almost 2 years ago)
- Topics: authentication, expressjs, nextjs, token-based-authentication
- Language: TypeScript
- Homepage:
- Size: 257 KB
- Stars: 37
- Watchers: 2
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 startOpen [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.