Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 587 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 587 Bytes

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.