sunnibfgi / nextjs-jwt-example

next.js authorization example including private route protection

Home Page:https://jasonraimondi.com/posts/create-a-secured-rest-api-for-a-next-js-application-using-jwt-and-golang/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js authorization example including private route protection

https://jasonraimondi.com/posts/create-a-secured-rest-api-for-a-next-js-application-using-jwt-and-golang/

git clone git@github.com:jasonraimondi/nextjs-jwt-example.git
cd nextjs-jwt-example
go run ./api/main.go

   ____    __
  / __/___/ /  ___
 / _// __/ _ \/ _ \
/___/\__/_//_/\___/ v3.3.10-dev
High performance, minimalist Go web framework
https://echo.labstack.com
____________________________________O/_______
                                    O\
⇨ http server started on [::]:1323
cd web
npm run dev

About

next.js authorization example including private route protection

https://jasonraimondi.com/posts/create-a-secured-rest-api-for-a-next-js-application-using-jwt-and-golang/

License:MIT License


Languages

Language:TypeScript 79.8%Language:Go 20.2%