Skip to content

BristolJim/jwt-authentication-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JWT Authentication using React

This is a simple app to demonstrate JWT (JSON Web Token) authentication using React.

Currently just a frontend app, there is scope to add backend services as required.

The app uses the following simple JWT authentication service https://github.com/dantame/interview-authentication-service.

Live Demonstration

A live demonstration can be seen here:

https://jwt-auth-app.jamesevans.net/

with the authentication service at

https://jwt-auth-service.jamesevans.net/

Both the app and authentication service run over SSL with Nginx as reverse proxy.