You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by yoshio saito <yo...@gmail.com> on 2021/10/12 05:47:34 UTC

About login specifications

Thank you for the wonderful application.
Guacamole is Very helpful to me.

I am very interested in the login mechanism.

but, I am new to javascript.

I want to know the flow of the program until the login screen is displayed.
(Specifically, what kind of framework and what kind of functions are used.)

If possible, I want you to tell me.
Thank you.

Re: About login specifications

Posted by Nick Couchman <ni...@gmail.com>.
On Tue, Oct 12, 2021 at 1:47 AM yoshio saito <yo...@gmail.com>
wrote:

> Thank you for the wonderful application.
> Guacamole is Very helpful to me.
>
>
We are very happy to hear that.


> I am very interested in the login mechanism.
>
>
What, specifically, about the login mechanism are you interested in? Is
there something you are looking to change about the login?


> but, I am new to javascript.
>
> I want to know the flow of the program until the login screen is displayed.
> (Specifically, what kind of framework and what kind of functions are used.)
>
>
The entire web application uses AngularJS for routing, navigation, and
interaction with the API. The AngularJS application loads from the web
server and then begins talking to the API, which starts with an
authorization attempt to the api/tokens endpoint that will fail


> If possible, I want you to tell me.
>

It would be better if you have a specific question about the login for you
to provide us more detail on what you're trying to do. Otherwise I'd
suggest using your browser's developer console and looking at the source
code to determine what happens.

-Nick