rbtkay / INGR-Twitter

Projet Ipssi, Twitter Analytics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentification

GeoDaz opened this issue · comments

Description
Integrate Json Web Token to Symfony for authenticate the front-end session

Example
When the user will send is username and password with the Form Login, React will request /api/login_check. If the informations are correct it will return a token, which is unique for the user. The token will be necessary to request the most of the API routes.