Skip to main content

2 posts tagged with "tutorials"

View All Tags

· 3 min read
Nicu Micle

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"

· 2 min read
Nicu Micle

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.