All Projects → auth0-blog → Reactjs Authentication Tutorial

auth0-blog / Reactjs Authentication Tutorial

Chuck Norris World App - A sample app that shows how to add authentication to a ReactJS app

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Reactjs Authentication Tutorial

Securing Restful Apis With Jwt
How to secure a Nodejs RESTful CRUD API using JSON web tokens?
Stars: ✭ 301 (+116.55%)
Mutual labels:  tutorial, authentication, jwt
Auth0.swift
Swift toolkit for Auth0 API
Stars: ✭ 146 (+5.04%)
Mutual labels:  authentication, jwt, auth0
Cloudfront Auth
An AWS CloudFront [email protected] function to authenticate requests using Google Apps, Microsoft, Auth0, OKTA, and GitHub login
Stars: ✭ 471 (+238.85%)
Mutual labels:  authentication, jwt, auth0
Lock.swift
A Swift & iOS framework to authenticate using Auth0 and with a Native Look & Feel
Stars: ✭ 215 (+54.68%)
Mutual labels:  authentication, jwt, auth0
Auth0.js
Auth0 headless browser sdk
Stars: ✭ 755 (+443.17%)
Mutual labels:  authentication, jwt, auth0
Barong
Barong auth server
Stars: ✭ 100 (-28.06%)
Mutual labels:  authentication, jwt
Express Jwt
An example API for creating/verifying json web tokens
Stars: ✭ 105 (-24.46%)
Mutual labels:  authentication, jwt
Spring Webmvc Pac4j
Security library for Spring Web MVC: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 110 (-20.86%)
Mutual labels:  authentication, jwt
Boot App
This repository is an example application for Spring Boot and Angular2 tutorial.
Stars: ✭ 113 (-18.71%)
Mutual labels:  tutorial, jwt
Spring Security React Ant Design Polls App
Full Stack Polls App built using Spring Boot, Spring Security, JWT, React, and Ant Design
Stars: ✭ 1,336 (+861.15%)
Mutual labels:  authentication, jwt
Mern Boilerplate
Fullstack boilerplate with React, Redux, Express, Mongoose, Passport Local, JWT, Facebook and Google OAuth out of the box.
Stars: ✭ 112 (-19.42%)
Mutual labels:  authentication, jwt
Go Postgres Jwt React Starter
A go, gin, and postgres API with jwt auth, complete with a react frontend
Stars: ✭ 115 (-17.27%)
Mutual labels:  authentication, jwt
Auth0
Authentication in shinyapps using Auth0 service
Stars: ✭ 100 (-28.06%)
Mutual labels:  authentication, auth0
Mean Rsvp Auth0
MEAN stack application with Auth0 (see sample deployed at https://rsvp.kmaida.net)
Stars: ✭ 99 (-28.78%)
Mutual labels:  tutorial, auth0
Auth0 Aspnetcore Webapi Samples
Auth0 Integration Samples for ASP.NET Core WebAPI Services
Stars: ✭ 109 (-21.58%)
Mutual labels:  authentication, auth0
Django Auth0 Vue
A Django REST Framework + Vue.js CRUD Demo Secured Using Auth0
Stars: ✭ 99 (-28.78%)
Mutual labels:  jwt, auth0
Nextjs Headless Wordpress
🔥 Nextjs Headless WordPress
Stars: ✭ 110 (-20.86%)
Mutual labels:  authentication, jwt
Vapor Auth Template
A Vapor 4 template with authentication, Fluent, JWT, Queues, repository pattern, testing and more.
Stars: ✭ 118 (-15.11%)
Mutual labels:  authentication, jwt
Auth0 Nodejs Webapp Sample
Auth0 Integration Samples for Node Web Applications
Stars: ✭ 117 (-15.83%)
Mutual labels:  authentication, auth0
Auth
Authenticator via oauth2
Stars: ✭ 118 (-15.11%)
Mutual labels:  authentication, jwt

ReactJS Authentication Tutorial

This is the code that accompanies the ReactJS Authentication Tutorial on Auth0 Blog

World Chuck Norris App

Installation

# Get the project
git clone https://github.com/auth0-blog/reactjs-authentication-tutorial.git reactjs-authentication-tutorial

# Change directory
cd reactjs-authentication-tutorial

# Install the dependencies
npm install

# Run your app
npm start
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].