Skip to main content
Nicu Micle
Creator of Simple JWT Login
View all authors

How to use the JavaScript SDK in a React App

· 5 min read
Nicu Micle
Creator of Simple JWT Login

We just released the first version for the JavaScript SDK.

This can be installed in your projects either with npm, either with yarn.

In order to add the Simple-JWT-Login SDK to your project, just type:

npm install "simple-jwt-login"

or

yarn add "simple-jwt-login"

CORS Setup on Apache Server

· 2 min read
Nicu Micle
Creator of Simple JWT Login

All the time I have issues setting up CORS on my server. I was always struggling with this, and this time I was thinking maybe it is a good time to create a blog article about this.

So, In this tutorial, we are going to set up CORS on an apache server.

Release JavaScript SDK

· One min read
Nicu Micle
Creator of Simple JWT Login

Finally, the JavaScript SDK for Simple JWT Login has been released. You can now use it in your projects:

npm install "simple-jwt-login"

or if you prefer yarn:

yarn add "simple-jwt-login"