sacOO7 / socketcluster-client-java

Native java and android client for socketcluster framework in node.js
http://socketcluster.io/
Apache License 2.0
94 stars 42 forks source link

No access to jwt token #31

Open cdrandin opened 6 years ago

cdrandin commented 6 years ago

Would be nice to include a method for retrieving the AuthToken getAuthToken and even possibly another method for decoding it getSignedToken. Copying methods from here.

Why decode? I send along a list of channels available to a user. Which is used in the Authentication example.

sacOO7 commented 6 years ago

Sure @cdrandin , will be working on the change :+1: