saravanabalagi / action-cable-react-jwt

Rails action-cable integration with JWT authentication
MIT License
38 stars 17 forks source link

Update readme to strip spaces from token #3

Closed ryantstone closed 7 years ago

ryantstone commented 7 years ago

I ran across this while implementing this library. If pulling the token from local storage there can be leading spaces that will break the decoder. Also, I have this fully working on Angular so it might be doing a disservice just labeling it as react. Thanks for the library.