You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2019. It is now read-only.
Nowadays, we rely on Cookies to perform our authentication. It's nice, nothing wrong with that. But if we are going to a RESTful experience, we should start using a Token based auth.
Github already sends us a token. It's a matter of keeping it, giving it an expiration, and sending as part of the request when talking to the Backend side.
Nowadays, we rely on Cookies to perform our authentication. It's nice, nothing wrong with that. But if we are going to a RESTful experience, we should start using a Token based auth.
Github already sends us a token. It's a matter of keeping it, giving it an expiration, and sending as part of the request when talking to the Backend side.