All Projects → jasonraimondi → Nextjs Jwt Example

jasonraimondi / Nextjs Jwt Example

Licence: mit
next.js authorization example including private route protection

Programming Languages

typescript
32286 projects
golang
3204 projects

Projects that are alternatives of or similar to Nextjs Jwt Example

Securing Restful Apis With Jwt
How to secure a Nodejs RESTful CRUD API using JSON web tokens?
Stars: ✭ 301 (+318.06%)
Mutual labels:  api, jwt, authorization
Express Mongodb Rest Api Boilerplate
A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose).
Stars: ✭ 153 (+112.5%)
Mutual labels:  api, jwt, authorization
Wordpress Api Nextjs Theme
A workshop on creating a WordPress theme with React and Next.js for WordCamp Montreal
Stars: ✭ 36 (-50%)
Mutual labels:  nextjs, ssr
Axios Module
Secure and easy axios integration with Nuxt.js
Stars: ✭ 998 (+1286.11%)
Mutual labels:  api, ssr
Slim3 Jwt Auth Example
Server side implementation example of JWT (JSON Web Token) authentication using Slim3
Stars: ✭ 45 (-37.5%)
Mutual labels:  api, jwt
Foal
Elegant and all-inclusive Node.Js web framework based on TypeScript. 🚀.
Stars: ✭ 1,176 (+1533.33%)
Mutual labels:  api, jwt
Nextjs Sequelize
Next.js With Sequelize Web Application, a Full-Stack Web App Development Boilerplate. https://medium.com/@defrian.yarfi/next-js-with-sequelize-web-application-a-full-stack-web-development-a0051074e998
Stars: ✭ 21 (-70.83%)
Mutual labels:  nextjs, jwt
Python Api Development Fundamentals
Develop a full-stack web application with Python and Flask
Stars: ✭ 44 (-38.89%)
Mutual labels:  api, jwt
Go Book Store Api
Go Sample project to understand Mysql CRUD operation with best practises Includes logging, JWT, Swagger and Transactions
Stars: ✭ 18 (-75%)
Mutual labels:  api, jwt
Next Authentication
Authentication & Authorization library for the Next.js framework
Stars: ✭ 55 (-23.61%)
Mutual labels:  nextjs, authorization
Doorman
Doorman is an authorization (micro)service.
Stars: ✭ 52 (-27.78%)
Mutual labels:  api, authorization
Grpc Auth Example
Examples of client authentication with gRPC
Stars: ✭ 65 (-9.72%)
Mutual labels:  jwt, authorization
Yunle Template Next
yunle-cli 前端开发模板- node 专为线上渲染中间层
Stars: ✭ 13 (-81.94%)
Mutual labels:  nextjs, ssr
Access
Ponzu Addon to manage API access grants and tokens for authentication
Stars: ✭ 13 (-81.94%)
Mutual labels:  jwt, authorization
Nextjs Graphql Sample
A simple app to demonstrate basic API functions built with REST and GraphQL
Stars: ✭ 29 (-59.72%)
Mutual labels:  api, nextjs
Go Base
Go RESTful API Boilerplate with JWT Authentication backed by PostgreSQL
Stars: ✭ 928 (+1188.89%)
Mutual labels:  api, jwt
Next.js Conf 2020
From Front-end to Full Stack with Amplify Framework
Stars: ✭ 40 (-44.44%)
Mutual labels:  nextjs, ssr
Branca Js
Authenticated encrypted API Tokens for JavaScript.
Stars: ✭ 69 (-4.17%)
Mutual labels:  api, jwt
Github Create Token
Create a Github OAuth access token.
Stars: ✭ 6 (-91.67%)
Mutual labels:  api, authorization
Jso
Easy to use OAuth 2.0 javascript library for use in your javascript application.
Stars: ✭ 830 (+1052.78%)
Mutual labels:  api, authorization

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 [email protected]: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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].