authentication-in-react-apps

Authentication in React Applications, Part 2: JSON Web Token (JWT)

Usage no npm install needed!

<script type="module">
  import authenticationInReactApps from 'https://cdn.skypack.dev/authentication-in-react-apps';
</script>

README

Authentication Using JSON Web Token (JWT)

In this part, we will continue to improve the application and add authentication to it.