All Projects → zafar-saleem → React Login

zafar-saleem / React Login

Licence: other
A client side implementation of authentication using react.js for my blog on medium. This is the second part of my previous blog on how to implement scalable node.js server.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Login

Jwt
Go JWT signing, verifying and validating
Stars: ✭ 394 (+275.24%)
Mutual labels:  jwt, jwt-authentication, jwt-token, jwt-auth
Jose2go
Golang (GO) implementation of Javascript Object Signing and Encryption specification
Stars: ✭ 150 (+42.86%)
Mutual labels:  jwt, jwt-authentication, jwt-token, jwt-auth
Jwt Spring Security Jpa
Backend MVP showcasing JWT (Json Web Token) authentication with multiple login, timeout / refresh / logout (with in memory invalidation) using Spring Security & MySQL JPA.
Stars: ✭ 202 (+92.38%)
Mutual labels:  jwt, jwt-authentication, jwt-token, jwt-auth
timeoff-server
TimeOff is an application that allows companies' employees to set vacations before they begin taking their time off. Implemented in modern tech stack i.e. Node, Express, MongoDB.
Stars: ✭ 33 (-68.57%)
Mutual labels:  react-router, redux-saga, react-redux
API-Authentication-NodeJs
API Authentication using JWT's (JSON Web Tokens). Plug n Play inside any app which requires authentication. NodeJs Express MongoDB & Redis.
Stars: ✭ 162 (+54.29%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
laravel-react-boilerplate
Laravel React Boilerplate with Ant Design, Route-Level Code Splitting, Redux, Sanctum Auth
Stars: ✭ 49 (-53.33%)
Mutual labels:  react-router, redux-saga, react-redux
Quasar-JWT
Quasar - JWT Authentication Starter Kit
Stars: ✭ 38 (-63.81%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
Jwt Auth Guard
JWT Auth Guard for Laravel and Lumen Frameworks.
Stars: ✭ 319 (+203.81%)
Mutual labels:  jwt, jwt-authentication, jwt-auth
Nest Angular
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
Stars: ✭ 307 (+192.38%)
Mutual labels:  jwt, jwt-authentication, jwt-auth
F License
Open Source License Key Generation and Verification Tool written in Go
Stars: ✭ 535 (+409.52%)
Mutual labels:  jwt, jwt-authentication, jwt-token
Go Book Store Api
Go Sample project to understand Mysql CRUD operation with best practises Includes logging, JWT, Swagger and Transactions
Stars: ✭ 18 (-82.86%)
Mutual labels:  jwt, jwt-authentication, jwt-token
NodeScalableArchitecture
A Scalable Node Architecture/Server. This repository contains a complete implementation of writing scalable nodejs server/architecture on my medium blog.
Stars: ✭ 62 (-40.95%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
rapid-react
A light weight interactive CLI Automation Tool 🛠️ for rapid scaffolding of tailored React apps with Create React App under the hood.
Stars: ✭ 73 (-30.48%)
Mutual labels:  react-router, redux-saga, react-redux
auth-with-saga-example
code for https://medium.com/@stepankuzmin/authentication-with-react-router-redux-5-x-and-redux-saga-55da66b54be7
Stars: ✭ 14 (-86.67%)
Mutual labels:  react-router, redux-saga, react-redux
spring-boot-login-example
Spring Boot Login and Registration example with MySQL, JWT, Rest Api - Spring Boot Spring Security Login example
Stars: ✭ 50 (-52.38%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
Jose Jwt
Ultimate Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET and .NET Core
Stars: ✭ 692 (+559.05%)
Mutual labels:  jwt, jwt-authentication, jwt-token
Laravel Vue Starter
Well Documented Laravel Starter App From Development to Production. For Full Blown RESTFUL API and SPA with Beautiful UI Using Buefy / ElementUi For Reusable Vue Components
Stars: ✭ 76 (-27.62%)
Mutual labels:  jwt, jwt-authentication, jwt-token
Jwt
Kotlin JWT 🔑 implementation (Json Web Token) as required by APNs 🔔 (Apple Push Notifications) or Sign in with Apple 🍏
Stars: ✭ 31 (-70.48%)
Mutual labels:  jwt, jwt-authentication, jwt-token
Laravel Jwt
Dead simple, plug and play JWT API Authentication for Laravel (5.4+)
Stars: ✭ 225 (+114.29%)
Mutual labels:  jwt, jwt-authentication, jwt-auth
MyAPI
A template to create awesome APIs easily ⚡️
Stars: ✭ 117 (+11.43%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth

User Authentication using react

Tweet

Note: This is a sample project for my blog on medium which can be found here

Before getting started

Before using this project please make sure you get the server side running which can be found here

Get Started

  1. Clone this repository
  2. Run npm install inside its root folder.
  3. run npm start
  4. Go to http://localhost:3000 in your browser to see it in action.

Real World Project

I implemented real world project using this architecture which could be found here

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].