On Tue, Sep 23, 2025 at 1:38 AM Palaash Jain <[email protected]>
wrote:
> Got it!
> Thank you very much for your replies Nick and Weston.
> I did it using JSON authentication and it works as per my requirement.
>
>
Great, glad that worked for you.
> The documentation of JSON authentication had a few steps missing that I
> figured out using Keeper's documentation.
>
> For example,
> After making the post request and getting the token back, the connection
> can be directly made using,
> /?token={auth_token}.
>
> Or if we want to directly use base64,
> Pass the base64 string to the url encoding library in Python, and then,
> /?data={base64}
>
> Can I contribute this to the documentation part?
> I have been wanting to contribute to guacamole-server but not able to
> figure out any issues 😀 and understanding the code base is getting tough
> for me so maybe contributing to the documentation can be a good first
> step.
>
>
Yes! We would be very grateful for any contributions you'd be willing to
make - documentation or source code. There are some guidelines for
contributing, here:
https://guacamole.apache.org/open-source/
You'll need a Jira account (you can request one, here:
https://issues.apache.org/jira/browse/GUACAMOLE), create the Jira issue for
the changes, and then clone the repositories and submit a pull request.
-Nick
>