Expressjs — cors and jwt

Expressjs — cors and jwt

Let’s continue the article on API REST with sequelize In this article, we’ll add security to our application. There will be an /api/user/login url called in POST and allowing to connect thanks to the username/password pair. Once logged in, the information accessible only by a logged in user will be displayed. We will also add […]

Expressjs — cors et jwt

Poursuivons l’article sur API REST avec sequelize Dans cet article, nous allons ajouter une sécurité à notre application. Il y aura une url /api/user/login appelée en POST et permettant de se connecter grâce au couple identifiant/mot de passe. Une fois connecté, on affichera, les informations accessibles uniquement par un utilisateur connecté. On ajoutera également une […]