Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

NextJS server and client side authentication skeleton template for simple JWT tokens

Notifications You must be signed in to change notification settings

bgold0/nextjs-auth-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nextjs-auth-skeleton

NextJS server and client side authentication skeleton template for simple JWT tokens

This took me a little while to get right. Thanks to Tim for basically showing me how to do all of this.

If anyone has any suggestions, would love to hear feedback.


To use this you need another server with the following endpoints:

  1. One that accepts an email/password combo and spits out an authtoken
  2. One that checks said authtoken and gives you a success or fail response

About

NextJS server and client side authentication skeleton template for simple JWT tokens

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published