2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00

Update README.md

This commit is contained in:
Andrés Aguiar 2017-08-31 14:54:21 -03:00 committed by GitHub
parent 9b644e22ce
commit b504cee60c

View File

@ -1,3 +1,5 @@
# DEPRECATED - This library is no longer maintained/supported.
[![Build Status](https://travis-ci.org/auth0/socketio-jwt.svg)](https://travis-ci.org/auth0/socketio-jwt)
Authenticate socket.io incoming connections with JWTs. This is useful if you are build a single page application and you are not using cookies as explained in this blog post: [Cookies vs Tokens. Getting auth right with Angular.JS](http://blog.auth0.com/2014/01/07/angularjs-authentication-with-cookies-vs-token/).