aiden0z / guacamole-auth-jwt

Guacamole authentication extension based on JWT.
MIT License
35 stars 9 forks source link

api/token or api/tokens? #3

Closed nothingtoseeherehub closed 7 years ago

nothingtoseeherehub commented 7 years ago

The readme makes reference to resp = requests.post('https://guacamole-server-domain/api/token', data={'token': jwtToken), yet I'm seeing api/tokens as the relative path in the javascript sent by the guacs that I've seen.

aiden0z commented 7 years ago

Yes, I will update the readme doc.