docs: delete changelog and blog post in readme

This commit is contained in:
divlo
2020-12-27 18:08:49 +01:00
parent 8d0670604b
commit f66fcdc79b
2 changed files with 1 additions and 104 deletions

View File

@@ -15,7 +15,7 @@
## 📜 About
Authenticate socket.io incoming connections with JWTs. This is useful if you are building 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/).
Authenticate socket.io incoming connections with JWTs.
This repository was originally forked from [auth0-socketio-jwt](https://github.com/auth0-community/auth0-socketio-jwt) & it is not intended to take any credit but to improve the code from now on.